IMcImageRemoveFrames Method
|
|
Remove frames from an image
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub RemoveFrames (
Start As Integer,
Optional Number As Integer = 1
)
Parameters
- Start
- Type: SystemInt32
the 0-based index of the first frame to remove. McActiveFrame means
remove starting with the active frame. McLastFrame means remove the last
frame (the Number argument should be 1 in this case) - Number (Optional)
- Type: SystemInt32
the number of frames to remove.
RemarksThis function may change the value of the active frame.
Note |
---|
An OnPropertyChanged(ID_IMcImage_FrameCount) event is fired, as is
an OnFrameRemoved event. |
See Also