Click or drag to resize

SetOffset Class

Sets the offset of the image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.CommandsTwoInputsCommandObject, McImage
            MediaCy.Commands.ColorCompositeSetBaseCommand
              MediaCy.Commands.ColorCompositeSetOffset

Namespace:  MediaCy.Commands.ColorComposite
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetOffset
	Inherits SetBaseCommand

The SetOffset type exposes the following members.

Constructors
  NameDescription
Public methodSetOffset
Initializes a new instance of the SetOffset class
Public methodSetOffset(String)
Initializes a new instance of the SetOffset class
Public methodSetOffset(McCommand)
Initializes a new instance of the SetOffset class
Top
Properties
  NameDescription
Public propertyFrame
Frame index of the sequence to show in color composite.
Public propertyX
Offset by X.
Public propertyY
Offset by Y.
Top
Remarks