AnnGetSelectRect method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetSelected(HANNOBJECT hObject, TRect &rcSelect);

Delphi Syntax

Function AnnGetSelected(hObject: HANNOBJECT; var rcSelect: TRect): L_INT;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) (Document/Medical only) Updates the rcSelect variable with the window coordinates of the rectangle that includes all selected annotation objects.

See Also

Elements

AnnSelectRect method, AnnGetType method, AnnHitTestExt method, AnnShowLockedIcon property, AnnSelectPoint method, AnnGetSelectCount method, AnnSetSelected method, AnnCreate method, AnnDefine method, AnnDestroy method, AnnGetVisible method, AnnInsert method, AnnSetAutoDefaults method, AnnSetVisible method, AnnDefine2 method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Object Information

 

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