Click or drag to resize

IMcPixelBufferMoveFrames Method

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub MoveFrames ( 
	pDestinationBuffer As McPixelBuffer,
	Optional atFrame As Integer = 0,
	Optional fromFrame As Integer = 0,
	Optional numFrames As Integer = -3,
	Optional DoCopyNotMove As Boolean = false
)

Parameters

pDestinationBuffer
Type: MediaCy.IQL.EngineMcPixelBuffer
atFrame (Optional)
Type: SystemInt32
fromFrame (Optional)
Type: SystemInt32
numFrames (Optional)
Type: SystemInt32
DoCopyNotMove (Optional)
Type: SystemBoolean
See Also