Click or drag to resize

IMcPixelBufferCreateRegionAccess Method

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function CreateRegionAccess ( 
	vDesiredIMcImageType As Object,
	Optional lLeft As Integer = -1,
	Optional lTop As Integer = -1,
	Optional lRight As Integer = -1,
	Optional lBottom As Integer = -1,
	Optional lFrame As Integer = -1,
	Optional lChannelOfInterest As Integer = -1,
	Optional dSizeRatioX As Double = 1,
	Optional dSizeRatioY As Double = 1,
	<OutAttribute> Optional ByRef pdMemoryUsageLimitPcnt As Double = 0,
	Optional AccessMode As mcRegionAccessMode = mcRegionAccessMode.mcramReadWrite
) As McRegionAccess

Parameters

vDesiredIMcImageType
Type: SystemObject
lLeft (Optional)
Type: SystemInt32
lTop (Optional)
Type: SystemInt32
lRight (Optional)
Type: SystemInt32
lBottom (Optional)
Type: SystemInt32
lFrame (Optional)
Type: SystemInt32
lChannelOfInterest (Optional)
Type: SystemInt32
dSizeRatioX (Optional)
Type: SystemDouble
dSizeRatioY (Optional)
Type: SystemDouble
pdMemoryUsageLimitPcnt (Optional)
Type: SystemDouble
AccessMode (Optional)
Type: MediaCy.IQL.EnginemcRegionAccessMode

Return Value

Type: McRegionAccess
See Also