EnablePointFixedSize property (ILEADRasterAnnPointOption)
VARIANT_BOOL EnablePointFixedSize; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Indicates whether a point drawn as a circle is a fixed size. Possible values are:
Setting |
Description |
VARIANT_TRUE |
If the point is drawn as a circle, the size does not change, regardless of the zoom factor |
VARIANT_FALSE |
If the point is drawn as a circle, the size changes with the zoom factor. |
The point is drawn as a circle if the EnablePointUseBitmap property is VARIANT_FALSE.
See Also