This event is generated the moment that the drawing of an annotation object has begun.

[Visual Basic] Public Event StartDrawObject As AnnotationDrawEventHandler
[C#] public event AnnotationDrawEventHandler StartDrawObject;

Event Data

The event handler receives arguments of type AnnotationDrawEventArgs

Explanation

The StartDrawObject event is generated the moment that the drawing of an annotation object has begun.

If there are processes that you want to occur just before an annotation object is drawn, then place that code within this event. This event is generated when the following annotation objects are caused to be drawn using a mouse drag: line, polyline, polygon, rectangle, ellipse, pen, text, and image. This event is not generated when objects are drawn by calling a drawing method.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation