OnAnnDrawn event (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void OnAnnDrawn (long hAnnObject);

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