Click or drag to resize

IMcViewSetPanScroll Method

A method to set both the Pan and Scroll properties with a single call.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetPanScroll ( 
	lPan As Integer,
	lScroll As Integer
)

Parameters

lPan
Type: SystemInt32
The horizontal offset, in image pixel coordinates.
lScroll
Type: SystemInt32
The vertical offset, in image pixel coordinates.
Remarks
Refer to each property for more details. The blending and masking images, if any, are also panned and scrolled.
See Also