Click or drag to resize

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
Syntax
VB
Public Enumeration mcImageReorderFramesFlags
Members
  Member nameValueDescription
mcrffStartIndex1The 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.
mcrffFrameList2The 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