AnnSetPointOptions method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSetPointOptions(HANNOBJECT hObject)

Delphi Syntax

AnnSetPointOptions (hObject: HANNOBJECT ): L_INT

Overview

Refer to Implementing Annotations.

Remarks

Sets the point options for the specified annotation object.

To set the point options for one or more objects you must set the desired options in the AnnPointOptions property before calling this method. In addition, you must set the AnnFlags property before calling this method, to indicate the objects for which to set the point options. Possible values for the AnnFlags property are:

0

ANNFLAG_SELECTED

ANNFLAG_NOTTHIS

ANNFLAG_RECURSE

ANNFLAG_NOTCONTAINER

ANNFLAG_NOINVALIDATE

See Also

Elements:

AnnPointOptions property, AnnGetPointOptions 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