IMcGraphObjPoint2ZoomWithImage Property
|
|
Read/write Boolean property used to indicate whether an object should be
scaled together with the underlying image.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
RemarksWhen set to False, the object keeps its current screen size independantly of
the zoom level applied to the image. When they are selected, a small x is placed in selection
handle 1 for objects with ZoomWithImage False.
Since keeping graphic elements the same size when the image is zoomed out
to small size can overwhelm the image, the effect of ZoomWithImage False
is limited by the McGraphObj.ZoomWithImageLimit property, or if that is
zero (as it usually is), by the McGraphOverlay.WorkingZoom property.
See Also