Click or drag to resize

IMcFrame Interface

The Frame interface

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

The IMcFrame type exposes the following members.

Properties
  NameDescription
Public propertyDate
Get the date and time of creation of this frame of the image.
Public propertyFrameIndex
This frame's location in its image's frame list
Public propertyIsXYPositionValid
Returns whether the XPosition and YPosition properties hold valid positional information.
Public propertyIsZPositionValid
Returns whether the ZPosition property holds valid positional information.
Public propertyLastModifiedRect
The last rectangle modified on this frame.
Public propertyNextAccessPriority
Indicates the likelyhood that this frame will be needed again.
Public propertyNotifyOnGetProperty
When non-zero causes a special call to be made to the frames IMcImageStorage
Public propertyParentImage
The "parent" McImage of which this frame is a part, or Nothing if this frame has been removed from its image.
Public propertyProperties
Returns the properties collection for this frame
Public propertyCode examplePseudoColor
Get or set the pseudo-coloring for this frame.
Public propertyXPosition
Get or set the position of the center of this frame along the X axis.
Public propertyYPosition
Get or set the position of the center of this frame along the Y axis.
Public propertyZPosition
Get or set the position of this frame along the Z axis.
Top
Methods
  NameDescription
Public methodCreateRegionAccess
Create an IMcRegionAccess interface for read/write pixel access.
Top
Remarks
IMcFrame is the high level interface that exposes frame properties and allows creation of RegionAccess objects on the frame.
See Also