EnablePointTransparentFill property (ILEADRasterAnnPointOption)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL EnablePointTransparentFill;

Overview

Refer to Implementing Annotations.

Remarks

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 EnablePointUseBitmap property is VARIANT_FALSE.

See Also

Elements:

AnnPointOptions property, AnnGetPointOptions method, AnnSetPointOptions method, Flags property, EnablePointUseBitmap property, EnablePointBitmapTransparent property, PointBitmapTransparentColor property, PointRadius property, PointBorderColor property, PointFillColor property, EnablePointFixedSize property, PointRaster property

Topics:

Annotations (Document/Medical only): Object Manipulation