IMcFrame Interface |
|
Namespace: MediaCy.IQL.Engine
Public Interface IMcFrame
The IMcFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| Date | Get the date and time of creation of this frame of the image. | |
| FrameIndex | This frame's location in its image's frame list | |
| IsXYPositionValid | Returns whether the XPosition and YPosition properties hold valid positional
information. | |
| IsZPositionValid | Returns whether the ZPosition property holds valid positional
information. | |
| LastModifiedRect | The last rectangle modified on this frame. | |
| NextAccessPriority | Indicates the likelyhood that this frame will be needed again. | |
| NotifyOnGetProperty | When non-zero causes a special call to be made to the frames IMcImageStorage | |
| ParentImage | The "parent" McImage of which this frame is a part, or Nothing if
this frame has been removed from its image. | |
| Properties | Returns the properties collection for this frame | |
| PseudoColor | Get or set the pseudo-coloring for this frame. | |
| XPosition | Get or set the position of the center of this frame along the X axis. | |
| YPosition | Get or set the position of the center of this frame along the Y axis. | |
| ZPosition | Get or set the position of this frame along the Z axis. |
| Name | Description | |
|---|---|---|
| CreateRegionAccess | Create an IMcRegionAccess interface for read/write pixel access. |