PenColor property (TAnnHandleInfo)

C++ Builder example

Delphi example

 

Builder Syntax

TColor PenColor

Delphi Syntax

PenColor: TColor

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets the color of the pen used to draw the user handle (the outline of the 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:

AnnEnumerateHandles method, OnAnnEnumerateHandlesEvent event, AnnType property (TAnnHandleInfo), ID property (TAnnHandleInfo), Index property (TAnnHandleInfo), ContainerX property (TAnnHandleInfo), ContainerY property (TAnnHandleInfo), ClientX property (TAnnHandleInfo), ClientY property (TAnnHandleInfo), Visible property (TAnnHandleInfo), FillColor property (TAnnHandleInfo), Shape property (TAnnHandleInfo), Cursor property (TAnnHandleInfo), Totalhandles property (TAnnHandleInfo)

Topics:

Annotations: Object Manipulation

 

Using Color Values in LEADTOOLS