Description

Remove frames from an image

Return Type

None  

Syntax

object.RemoveFrames Start, [Number]

The RemoveFrames Method syntax has these parts:

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

the 0-based index of the first frame to remove. McActiveFrame means remove starting with the active frame. McLastFrame means remove the last frame (Number should be 1)

NumberOptional. A Long value.

the number of frames to remove.

Remarks

This function may change the value of the active frame.

Notes

An OnPropertyChanged(ID_IMcImage_FrameCount) event is fired, as is an OnFrameRemoved event.