IMcImageMoveFrames Method
|
|
Move frames from one image to another.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub MoveFrames (
fromFrame As Integer,
numFrames As Integer,
pToImage As McImage,
atFrame As Integer
)
Parameters
- fromFrame
- Type: SystemInt32
The 0-based index of the first frame to move. - numFrames
- Type: SystemInt32
The number of frames to move. - pToImage
- Type: MediaCy.IQL.EngineMcImage
An interface pointer to the destination image. - atFrame
- Type: SystemInt32
The 0-based index of the frame in the destination image
before which the source frames will be inserted. McLastFrame = move
frames at the end of destination image.
RemarksIf destination image contains frames already, it must be of same type
and size as source image.
See Also