Flags property (ILEADRasterAnnPointOption)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long Flags;

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets a value that indicates which properties contain valid data. Possible values are one or more of the following constants "or"ed together.

Value

Meaning

ANN_POINT_USE_BITMAP

[0x001] The EnablePointUseBitmap property contains valid data.

ANN_POINT_BITMAP

[0x002] The PointRaster property contains valid data.

ANN_POINT_BITMAP_TRANSPARENT

[0x004] The EnablePointBitmapTransparent property contains valid data.

ANN_POINT_BITMAP_TRANSPARENT_COLOR

[0x008] The PointBitmapTransparentColor property contains valid data.

ANN_POINT_RADIUS

[0x010] The PointRadius property contains valid data.

ANN_POINT_BORDER_COLOR

[0x020] The PointBorderColor property contains valid data.

ANN_POINT_FILL_COLOR

[0x040] The PointFillColor property contains valid data.

ANN_POINT_TRANSPARENT_FILL

[0x080] The EnablePointTransparentFill property contains valid data.

ANN_POINT_FIXED_SIZE

[0x100] The EnablePointFixedSize property contains valid data.

ANN_POINT_ALL

[0x1ff] All property are valid.

See Also

Elements:

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

Topics:

Annotations (Document/Medical only): Object Manipulation