Click or drag to resize

IMcImageSetSource Interface

An interface implemented by McImageSetSource.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageSetSource

The IMcImageSetSource type exposes the following members.

Properties
  NameDescription
Public propertyFileIndex
The index of the source file frame
Public propertyFileName
The source file name
Public propertyFrame
The frame containing this source
Public propertyFrameIndex
The index of the source frame
Public propertyImage
The image containing this source
Public propertyLocation
The location of the source in the set
Public propertyWhereValidPhysicalLocation
Indicates whether the physical location has been set in either the Frame property or via a call to SetPhysicalLocation to set the local physical location or both.
Top
Methods
  NameDescription
Public methodGetPhysicalLocation
The physical location of the source in the set's X/Y coordinate space.
Public methodSetPhysicalLocation
Set the physical location of the source in the set's X/Y coordinate space.
Top
See Also