IMcImageAddFrames Method
|
|
Add empty (blank) frames to an image.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub AddFrames (
Optional Start As Integer = -1,
Optional Number As Integer = 1
)
Parameters
- Start (Optional)
- Type: SystemInt32
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)
- Type: SystemInt32
How many frames to insert.
RemarksAll frames, including the new ones added via this function have the
same size and type.
Note |
---|
An OnPropertyChanged(ID_IMcImage_FrameCount) event is fired, as is
an OnFrameAdded event. |
See Also