AnnHitTestExt method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnHitTestExt(long hContainer, double ptX, double ptY);

Overview

Refer to Implementing Annotations.

Remarks

This method encapsulates the AnnHitTest, which gets the handle to the annotation object that is located at a specific point. (If objects overlap, it gets the front object.) AnnHitTestExt gets additional information about the annotation object handle if the handle is a default or user-defined handle. This additional information can be found in the HandleIndex property and the HandleID property.

See Also

Elements:

HandleIndex property, HandleID property, PositionResult property, ObjectHitHandle property

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Creating Custom Annotations

 

Displaying and Manipulating Annotation Objects