AnnGetPointOptions method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnGetPointOptions (long hObject);

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, 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

 

Obtaining Annotation Object Information