Click or drag to resize

PointBaseAnnotationOnGripPositionChanged Method

Called when a grip of the annotation has been moved by the user using the mouse.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void OnGripPositionChanged(
	AnnotationGripChangedEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.UIAnnotationGripChangedEventArgs
An AnnotationGripChangedEventArgs containing information about this event.
See Also