Click or drag to resize

IMcViewImageViewRectBottom Property

A read only property that describes the bottom 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 ImageViewRectBottom 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 "ImageViewRectTop" property is the Scroll property
See Also