PointFillColor property (TAnnPointOptions)

C++ Builder example

Delphi example

 

Builder Syntax

TColor PointFillColor

Delphi Syntax

PointFillColor: Tcolor

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets the color used to fill the inside of a point, if it is drawn as a circle and the PointTransparentFill property is FALSE.

The point is drawn as a circle if the PointUseBitmap property is FALSE.

To convert from a TColor value to a COLORREF value, call the ColorToRGB method. To convert from a COLORREF value to a TColor value, cast the COLORREF value to a TColor type.

See Also

Elements:

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

Topics:

Annotations: Object Manipulation

 

Using Color Values in LEADTOOLS