PointTransparentFill property (TAnnPointOptions)

C++ Builder example

Delphi example

 

Builder Syntax

bool PointTransparentFill

Delphi Syntax

PointTransparentFill: Boolean

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets a value that indicates whether the inside of a point, drawn as a circle, is transparent or uses the fill color. Possible values are:

Setting

Description

VARIANT_TRUE

The inside of the point, drawn as a circle, is transparent.

VARIANT_FALSE

The inside of the point, drawn as a circle, is filled with the color in the PointFillColor property.

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

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), PointFillColor property (TAnnPointOptions), PointFixedSize property (TAnnPointOptions), PointBitmap property (TAnnPointOptions)

Topics:

Annotations: Object Manipulation