Click or drag to resize

TrackingCommandsAlign Property

Aligns sequence by selected track(s).

Namespace:  MediaCy.Automation.Measure
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Align ( 
	parent As McCommand
) As AlignBySelectedTracksCommand
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: AlignBySelectedTracksCommand
Remarks
Sequence can be aligned by 1 or 2 selected tracks, which can be created using fiducially points. When only 1 track selected the sequence is aligned using translation only. When 2 tracks selected, the sequence is aligned using affine transform (translation, rotation, scale).
See Also