PointUseBitmap property (TAnnPointOptions)
Builder Syntax |
bool PointUseBitmap |
Delphi Syntax |
PointUseBitmap: Boolean |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates whether to draw the point using the current point bitmap or as a circle. Possible values are:
Setting |
Description |
TRUE |
Draw the point using the current point bitmap. |
FALSE |
Draw the point as a circle. |
See Also