EnablePointFixedSize property (ILEADRasterAnnPointOption)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

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

Elements:

AnnPointOptions property, AnnGetPointOptions method, AnnSetPointOptions method, Flags property, EnablePointUseBitmap property, EnablePointBitmapTransparent property, PointBitmapTransparentColor property, PointRadius property, PointBorderColor property, EnablePointTransparentFill property, PointFillColor property, PointRaster property

Topics:

Annotations (Document/Medical only): Object Manipulation