Click or drag to resize

AnnotateViewerOnAnnotationResizing Method

Called when the viewer's AnnotationController raises the Resizing event.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnAnnotationResizing(
	AnnotationEventArgs e
)

Parameters

e
Type: Atalasoft.AnnotateAnnotationEventArgs
An AnnotationEventArgs containing the annotation being resized.
See Also