Click or drag to resize

IMcPixelPointerInitializePixelPointer Method

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub InitializePixelPointer ( 
	pIMcPixelBuffer As McPixelBuffer,
	lFrame As Integer,
	<OutAttribute> ByRef plLeft As Integer,
	<OutAttribute> ByRef plTop As Integer,
	<OutAttribute> ByRef plRight As Integer,
	<OutAttribute> ByRef plBottom As Integer,
	eDirection As mcTraversalMode,
	pDesiredIMcImageType As McImageType,
	lChannelToProcess As Integer,
	<OutAttribute> ByRef pdSizeRatioX As Double,
	<OutAttribute> ByRef pdSizeRatioY As Double,
	<OutAttribute> ByRef pdMemoryUsageLimitPcnt As Double,
	<OutAttribute> ByRef pAccessMode As mcRegionAccessMode
)

Parameters

pIMcPixelBuffer
Type: MediaCy.IQL.EngineMcPixelBuffer
lFrame
Type: SystemInt32
plLeft
Type: SystemInt32
plTop
Type: SystemInt32
plRight
Type: SystemInt32
plBottom
Type: SystemInt32
eDirection
Type: MediaCy.IQL.EnginemcTraversalMode
pDesiredIMcImageType
Type: MediaCy.IQL.EngineMcImageType
lChannelToProcess
Type: SystemInt32
pdSizeRatioX
Type: SystemDouble
pdSizeRatioY
Type: SystemDouble
pdMemoryUsageLimitPcnt
Type: SystemDouble
pAccessMode
Type: MediaCy.IQL.EnginemcRegionAccessMode
See Also