AnnGetPointOptions method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetPointOptions(HANNOBJECT hObject)

Delphi Syntax

AnnGetPointOptions (hObject: HANNOBJECT ): L_INT

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