OnAnnDrawn event (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

TAnnDrawnEvent OnAnnDrawn (LEADTyp::L_HANDLE hObject);

Delphi Syntax

OnAnnDrawn (hObject: L_HANDLE): TAnnDrawnEvent

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Occurs after the user finishes drawing an annotation object.

This is different from the OnAnnCreate event, which occurs whenever an object is added by any means, including loading from a file or pasting from the clipboard.

This event is useful for setting the annotation tool selection for the next operation. For example, it is common to change the tool to a selection pointer after an object is drawn.

See Also

Topics

Annotations (Document/Medical only): Annotation Events

 

Using Rulers in Annotation Objects