Click or drag to resize

AddManualTrackCommand Class

Adds track from a set of points.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcTrackingDocument
          MediaCy.Addins.TrackingTrackingDocCommand
            MediaCy.Addins.TrackingAddManualTrackCommand

Namespace:  MediaCy.Addins.Tracking
Assembly:  MediaCy.Addins.Tracking (in MediaCy.Addins.Tracking.dll) Version: 3.1.0.0
Syntax
VB
Public Class AddManualTrackCommand
	Inherits TrackingDocCommand

The AddManualTrackCommand type exposes the following members.

Constructors
  NameDescription
Public methodAddManualTrackCommand
Initializes a new instance of the AddManualTrackCommand class
Public methodAddManualTrackCommand(McCommand)
Initializes a new instance of the AddManualTrackCommand class
Top
Properties
  NameDescription
Public propertyOutput
Returns created track
Public propertyPoints
Track points in pixel coordinates.
Public propertyStartFrame
Start frame of the track.
Public propertyTrackName
Name of the track.
Top
Methods
  NameDescription
Public methodRun
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks