Click or drag to resize

IMcViewGetPanScroll Method

A method to obtain 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 GetPanScroll ( 
	<OutAttribute> ByRef plPan As Integer,
	<OutAttribute> ByRef plScroll As Integer
)

Parameters

plPan
Type: SystemInt32
The horizontal offset, in image pixel coordinates.
plScroll
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