AnnSelectPoint method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSelectPoint(HANNOBJECT hContainer, const TPoint &ptSelect);

Delphi Syntax

Function AnnSelectPoint (hContainer: HANNOBJECT; ptSelect: TPoint): L_INT;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Selects the annotation object at the specified point, relative to the window. If objects overlap, this method selects the front object.

When an object is selected, the bSelected value of the AnnGetSelected method used on that object will be set to TRUE.

See Also

Elements

AnnSelectRect method, AnnHitTestExt, AnnGetType method, AnnShowLockedIcon property, AnnGetSelected method, AnnGetSelectRect method, AnnGetSelectCount method, AnnSetSelected method, AnnCreate method, AnnDefine method, AnnDestroy method, AnnGetVisibl methode, AnnInsert method, AnnSetAutoDefaults method, AnnSetVisible method

Topics:

Annotations (Document/Medical only): Using Window Coordinates to Select Objects

 

Annotations: Object Manipulation

 

Displaying and Manipulating Annotation Objects