Description
Add empty (blank) frames to an image.
-
Return Type
-
None
-
Syntax
-
object.AddFrames [Start], [Number]
The AddFrames Method syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | Start | Optional. 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)
| | Number | Optional. 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.
|