PointBitmapTransparent property (TAnnPointOptions)

C++ Builder example

Delphi example

 

Builder Syntax

bool PointBitmapTransparent

Delphi Syntax

PointBitmapTransparent: Boolean

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets a value that indicates whether there is a transparent color. Possible values are:

Setting

Description

TRUE

If the point is drawn using a bitmap, draw with a transparent color. The transparent color to use is in the PointBitmapTransparentColor property.

FALSE

If the point is drawn using a bitmap, there is no transparent color.

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