Click or drag to resize

IMcDisplayPan Property

Shifts the image horizontally.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property Pan As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
When the view window (the Windows Client area) is horizontally smaller than the image to display, this property shifts the image to the left so that the user may see a different portion of the image. The property is in unzoomed image pixels and may range from 0 to the size of the image, minus the size of the display window. If an attempt is made to set the property too large, the proper maximum value is used and no error is generated. The blending and masking images, if any, are also panned.
Note Note
This property and the corresponding IMcView.Display property, are the same but send different PropertyChnaged notifications. Assigning to this property will avoid recording the assignment, which may be useful if you are making many intermediate changes.
See Also