FillColor property (TAnnHandle)

C++ Builder example

Delphi example

 

C++ Builder Syntax

TColor FillColor

Delphi Syntax

FillColor: TColor

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets the color used to fill the user handle. 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:

AnnHandle property, AnnGetUserHandle method, AnnAddUserHandle method, ID property (TAnnHandle), ContainerX property (TAnnHandle), ContainerY property (TAnnHandle), ClientX property (TAnnHandle), ClientY property (TAnnHandle), PenColor property (TAnnHandle), Visible property (TAnnHandle), Shape property (TAnnHandle), Cursor property (TAnnHandle), Flags property (TAnnHandle)

Topics:

Annotations: Object Manipulation

 

Using Color Values in LEADTOOLS