Description

Add empty (blank) frames to an image.

Return Type

None  

Syntax

object.AddFrames [Start], [Number]

The AddFrames Method syntax has these parts:

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

The 0-based frame index indicating where to start the insertion. Also, the frame index of the first new frame once the insertion is completed. McLastFrame to add frames after the last frame (append)

NumberOptional. A Long value.

How many frames to insert.

Remarks

All frames, including the new ones added via this function have the same size and type.

Notes

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