PointBitmap property (TAnnPointOptions)
Builder Syntax |
TBitmapHandle PointBitmap |
Delphi Syntax |
PointBitmap: TBitmapHandle |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a pointer to a TBitmapHandle object that references the bitmap to use for the point, if the point is drawn using a bitmap.
The point is drawn using a bitmap if the PointUseBitmap property is TRUE.
See Also