Click or drag to resize

IMcDisplayAutoZoomMode Property

A property used to specify how the magnification of the image is automatically changed so that the image fits the display window.

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

Property Value

Type: mcAutoZoomMode
Remarks
When setting this property, the image may be resized to fit the display window. If the window is later resized, the viewer will again resize the image according to this property. This property is also used to specify whether the image should be centered in the display window and whether it should have a border. When the WhichSourceRegion property is set to mcwsrWholeImage or mcwsrImageAoi or when the Magnification property is set to any value (even the current value), then AutoZoomMode is automatically set to mazmNone. Refer to the mcAutoZoomMode enumeration for details on each resize option. On access, the mazmCenteredFit and mazmAddBorder bits may be set and will need to be masked off by the mazmFitModeMask if you want only the basic AutoZoomMode without the centering or border option flags. The mirrored property of an owning McView does not expose these option flags.
See Also