IMcView3DZoom Property
|
|
Zoom of 3D view window.
Namespace:
MediaCy.IQL.Display.Viewer3D
Assembly:
MediaCy.IQL.Display.Viewer3D (in MediaCy.IQL.Display.Viewer3D.dll) Version: 10.0.6912.0
SyntaxProperty Zoom As Double
Get
Set
Property Value
Type:
Double
RemarksThe default zoom is 1. All images are normalized after loading, so the complete image
is fit into the viewer. To Zoom image up use values >1, to zoom image down use values between 0 and 1.
Zoom can also be changed interactively by <Ctrl>-<Left Mouse Click>-<drag up> (zoom out) or <drag down> (zoom in)
or using mouse wheel.
See Also