Description
Read/write Boolean property used to indicate whether an object should be scaled together with the underlying image.
-
Property type
-
A Boolean value.
-
Syntax
-
object.ZoomWithImage [= value]
The ZoomWithImage Property syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjRect. | | value | A Boolean value. | Remarks
When 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.
|