StartDrawObject イベント、EndDrawObject イベントを処理するメソッドを表します。
[Visual Basic]
Public Delegate Sub AnnotationDrawEventHandler(ByVal sender As Object, ByVal e As AnnotationDrawEventArgs)
[C#]
public delegate void AnnotationDrawEventHandler(object sender, AnnotationDrawEventArgs e);

パラメータ

sender
イベントのソース。
e
イベント データを格納している AnnotationDrawEventArgs

参照

ImageKit メンバ | Newtone.ImageKit.WPF.ImageKit