PointBitmapTransparent property (TAnnPointOptions)
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