Click or drag to resize

IMcViewImageViewRectRight Property

A read only property that describes the right coordinate of the portion of the image being displayed.

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

Property Value

Type: Int32
Remarks
Most useful when the display window is smaller than the image, or the image is being zoomed, panned, or scrolled.
Note Note
the equivalent of what would be the "ImageViewRectLeft" property is the Pan property
See Also