AnnSetPointOptions method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnSetPointOptions (long hObject);

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 Flags property before calling this method, to indicate the objects for which to set the point options. Possible values for the Flags property are:

0

ANN_FLAG_SELECTED

ANN_FLAG_NOTTHIS

ANN_FLAG_RECURSE

ANN_FLAG_NOTCONTAINER

ANN_FLAG_NOINVALIDATE

If the value of the AnnContainer property is passed as the hObject parameter, the method will modify all the annotations in the container depending on the value of Flags property.

If the value of the AnnAutomation property is passed as the hObject parameter, the method will modify the default values used whenever an annotation is created.

See Also

Elements:

AnnPointOptions property, AnnGetPointOptions method, EnablePointUseBitmap property, EnablePointBitmapTransparent property, PointBitmapTransparentColor property, PointRadius property, PointBorderColor property, EnablePointTransparentFill property, PointFillColor property, EnablePointFixedSize property, PointRaster property, Flags property

Topics:

Annotations (Document/Medical only): Object Manipulation