Click or drag to resize

IMcRegionAccess2InitializeEx Method

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub InitializeEx ( 
	pIMcPixelBuffer As McPixelBuffer,
	vIMcImageType As Object,
	lLeft As Integer,
	lTop As Integer,
	lRight As Integer,
	lBottom As Integer,
	Optional lChannel As Integer = -1,
	Optional lFrame As Integer = -2,
	Optional dSizeRatioX As Double = 1,
	Optional dSizeRatioY As Double = 1,
	<OutAttribute> Optional ByRef pdMemoryUsageLimitPcnt As Double = 0,
	Optional AccessModeFlags As mcRegionAccessMode = mcRegionAccessMode.mcramReadWrite
)

Parameters

pIMcPixelBuffer
Type: MediaCy.IQL.EngineMcPixelBuffer
vIMcImageType
Type: SystemObject
lLeft
Type: SystemInt32
lTop
Type: SystemInt32
lRight
Type: SystemInt32
lBottom
Type: SystemInt32
lChannel (Optional)
Type: SystemInt32
lFrame (Optional)
Type: SystemInt32
dSizeRatioX (Optional)
Type: SystemDouble
dSizeRatioY (Optional)
Type: SystemDouble
pdMemoryUsageLimitPcnt (Optional)
Type: SystemDouble
AccessModeFlags (Optional)
Type: MediaCy.IQL.EnginemcRegionAccessMode
See Also