AnnDefine2 method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnDefine2 (long hObject, double aptX, double aptY, long uState);

Overview

Refer to Implementing Annotations.

Remarks

Specifies the shape when creating or transforming an annotation object. This method specifies one point in the current window each time it is called. This method is similar to the AnnDefine method, except that AnnDefine2 takes a point in container coordinates, whereas the AnnDefine method takes a point in client coordinates.

See Also

Elements:

AnnDefine method

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Creating Custom Annotations

 

Displaying and Manipulating Annotation Objects