Click or drag to resize

IMcRegionAccessGetDIBBlock Method

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetDIBBlock ( 
	<OutAttribute> ByRef lLeft As Integer,
	<OutAttribute> ByRef lTop As Integer,
	<OutAttribute> ByRef lRight As Integer,
	<OutAttribute> ByRef lBottom As Integer,
	<OutAttribute> ByRef pvArea As Object,
	lBandOfInterest As Integer,
	bAnticipatePanScrollZoom As Integer,
	<OutAttribute> ByRef lWidth As Integer,
	<OutAttribute> ByRef lHeight As Integer
)

Parameters

lLeft
Type: SystemInt32
lTop
Type: SystemInt32
lRight
Type: SystemInt32
lBottom
Type: SystemInt32
pvArea
Type: SystemObject
lBandOfInterest
Type: SystemInt32
bAnticipatePanScrollZoom
Type: SystemInt32
lWidth
Type: SystemInt32
lHeight
Type: SystemInt32
See Also