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:

PartDescription
objectAn expression evaluating to an object of type McImage.
fromFrameRequired. A Long value.

The 0-based index of the first frame to move.

numFramesRequired. A Long value.

The number of frames to move.

pToImageRequired. A McImage object.

An interface pointer to the destination image.

atFrameRequired. 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.