Click or drag to resize

IMcImageReorderFrames Method

This method re-orders the frames of an image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub ReorderFrames ( 
	ReorderFrom As Object,
	Optional mciffType As mcImageReorderFramesFlags = mcImageReorderFramesFlags.mcrffStartIndex
)

Parameters

ReorderFrom
Type: SystemObject
The reordering information. This can be a single integer or long to specify that the image should be re-ordered to start with the specified frame. It can also be an array of integer or long frame indices, one for each frame in the image. The indices indicate which frame from the original ordering should appear at that position in the re-ordered image.
mciffType (Optional)
Type: MediaCy.IQL.EnginemcImageReorderFramesFlags
Remarks
Incompatible properties are ignored and don't cause the method to fail.
See Also