Flags property (TAnnPointOptions)

C++ Builder example

Delphi example

 

Builder Syntax

unsigned Flags

Delphi Syntax

Flags: L_UINT

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

ANNPOINT_USE_BITMAP

[$001] The PointUseBitmap property contains valid data.

ANNPOINT_BITMAP

[$002] The PointBitmap property contains valid data.

ANNPOINT_BITMAP_TRANSPARENT

[$004] The PointBitmapTransparent property contains valid data.

ANNPOINT_BITMAP_TRANSPARENT_COLOR

[$008] The PointBitmapTransparentColor property contains valid data.

ANNPOINT_RADIUS

[$010] The PointRadius property contains valid data.

ANNPOINT_BORDER_COLOR

[$020] The PointBorderColor property contains valid data.

ANNPOINT_FILL_COLOR

[$040] The PointFillColor property contains valid data.

ANNPOINT_TRANSPARENT_FILL

[$080] The PointTransparentFill property contains valid data.

ANNPOINT_FIXED_SIZE

[$100] The PointFixedSize property contains valid data.

ANNPOINT_ALL

[$1ff] All properties are valid.

See Also

Elements:

AnnPointOptions property, AnnGetPointOptions method, AnnSetPointOptions method, Flags property (TAnnPointOptions), PointUseBitmap property (TAnnPointOptions), PointBitmapTransparent property (TAnnPointOptions), PointBitmapTransparentColor property (TAnnPointOptions), PointRadius property (TAnnPointOptions), PointBorderColor property (TAnnPointOptions), PointTransparentFill property (TAnnPointOptions), PointFillColor property (TAnnPointOptions), PointFixedSize property (TAnnPointOptions), PointBitmap property (TAnnPointOptions)

Topics:

Annotations: Object Manipulation