Description
Move frames from one image to another.
-
Return Type
-
None
-
Syntax
-
object.MoveFrames fromFrame, numFrames, pToImage, atFrame
The MoveFrames Method syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | fromFrame | Required. A Long value. The 0-based index of the first frame to move.
| | numFrames | Required. A Long value. The number of frames to move.
| | pToImage | Required. A McImage object. An interface pointer to the destination image.
| | atFrame | Required. A Long value. The 0-based index of the frame in the destination image before which the source frames will be inserted. McLastFrame = move frames at the end of destination image.
| Remarks
If destination image contains frames already, it must be of same type and size as source image.
|