AnnSelectRect method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSelectRect(HANNOBJECT hContainer, const TRect &rcSelect);

Delphi Syntax

Function AnnSelectRect (hContainer: HANNOBJECT; rcSelect: TRect): L_INT;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Selects all objects within the specified rectangle, relative to the window.

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

See Also

Elements

AnnGetSelectRect method, AnnHitTestExt, AnnGetType method, AnnShowLockedIcon property, AnnGetSelected method, AnnSelectPoint 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