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