mcImageReorderFramesFlags Enumeration
|
|
Flags that must be used with ReorderFrames to indicate the type of reordering.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcImageReorderFramesFlags
Members
| Member name | Value | Description |
---|
| mcrffStartIndex | 1 | The ReorderTo parameter contains the index of theframe that should be the first frame of the image; all frames from this
index through the last frame are moved to the front of the frame list. |
| mcrffFrameList | 2 | The ReorderFrom parameter contains an array, inthe order of the new, reordered frames of current frame indices. This array
must be exactly the length of the McImage.FrameCount and all frames must be
included in the list, with no duplication. |
See Also