PointBitmapTransparentColor property (TAnnPointOptions)

C++ Builder example

Delphi example

 

Builder Syntax

TColor PointBitmapTransparentColor

Delphi Syntax

PointBitmapTransparentColor: TColor

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets the transparent color to use if the PointUseBitmap property is TRUE and the PointBitmapTransparent property is TRUE.

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 (TAnnPointOptions), PointUseBitmap property (TannPointOptions), PointBitmapTransparent property (TAnnPointOptions), PointRadius property (TAnnPointOptions), PointBorderColor property (TAnnPointOptions), PointTransparentFill property (TAnnPointOptions), PointFillColor property (TAnnPointOptions), PointFixedSize property (TAnnPointOptions), PointBitmap property (TAnnPointOptions)

Topics:

Annotations: Object Manipulation

 

Using Color Values in LEADTOOLS