AnnSelectRect method (Annotation Control)
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