mcWhichFrame Enumeration
|
|
Special frame numbers used in many places where a specific frame index can be provided.Most places where a particular frame is to be specifed, either McActiveFrame or
McLastFrame are legal. McWholeImage is allowed
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcWhichFrame
Members
| Member name | Value | Description |
---|
| McLastFrame | -1 | Use last frame of image |
| McActiveFrame | -2 | Use active frame of image |
| McWholeImage | -3 | Use the whole image. This is onlylegal for the Date property, for the MoveFrames or RemoveFrames
methods, and for the IMcImage2.ImageState property FrameIndex parameter. |
| McAssociatedFrame | -4 | Use the frame associated with a pairedimage. Use only where specifically supported (e.g., for the
McDisplay.BlendingFrame property and for the IMcImage2.ImageState FrameIndex
property). |
See Also