AnnGetPointOptions method (Annotation Control)
Builder Syntax |
AnnGetPointOptions(HANNOBJECT ) |
Delphi Syntax |
AnnGetPointOptions (:
HANNOBJECT ): |
Overview |
Refer to Implementing
Annotations. |
Remarks
Gets the annotation point options for the specified Point annotation
object.
This method updates the AnnPointOptions property with the annotation point
options for the object specified in hObject.
To set annotation point options set the AnnPointOptions property with
the desired point options, and then call the AnnSetPointOptions
method.
See Also
Elements: |
AnnPointOptions
property, AnnSetPointOptions
method, Flags property
(TAnnPointOptions), PointUseBitmap
property (TAnnPointOptions), PointBitmapTransparent
property (TAnnPointOptions), PointBitmapTransparentColor
property (TAnnPointOptions), PointRadius
property (TAnnPointOptions), PointBorderColor
property (TAnnPointOptions), PointTransparentFill
property (TAnnPointOptions), PointFillColor
property (TAnnPointOptions), PointFixedSize
property (TAnnPointOptions), PointBitmap
property (TAnnPointOptions) |
Topics: |
Annotations:
Object Manipulation |