Click or drag to resize

IMcFrame Properties

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
See Also