Click or drag to resize

IMcPixelBufferCopySubRectToCompatiblePixBuf Method

Copys a frame range of a sub-rect of this pixel buffer with optional sub-sampling.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function CopySubRectToCompatiblePixBuf ( 
	lFrameSrc As Integer,
	lChannelSrc As Integer,
	rectSrcLeft As Integer,
	rectSrcTop As Integer,
	rectSrcRight As Integer,
	rectSrcBottom As Integer,
	dSizeRatioX As Double,
	dSizeRatioY As Double,
	pimcpixelbufferDst As McPixelBuffer,
	lFrameDst As Integer,
	lChannelDst As Integer,
	ptDstOffsetX As Integer,
	ptDstOffsetY As Integer
) As Boolean

Parameters

lFrameSrc
Type: SystemInt32
lChannelSrc
Type: SystemInt32
rectSrcLeft
Type: SystemInt32
rectSrcTop
Type: SystemInt32
rectSrcRight
Type: SystemInt32
rectSrcBottom
Type: SystemInt32
dSizeRatioX
Type: SystemDouble
dSizeRatioY
Type: SystemDouble
pimcpixelbufferDst
Type: MediaCy.IQL.EngineMcPixelBuffer
lFrameDst
Type: SystemInt32
lChannelDst
Type: SystemInt32
ptDstOffsetX
Type: SystemInt32
ptDstOffsetY
Type: SystemInt32

Return Value

Type: Boolean
See Also