Click or drag to resize

AnnotationGripChangedEventArgs Constructor

Creates a new instance of AnnotationGripChangedEventArgs.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationGripChangedEventArgs(
	AnnotationGrip grip,
	PointF newPosition,
	RectangleF confinement
)

Parameters

grip
Type: Atalasoft.Annotate.UIAnnotationGrip
The grip being modified.
newPosition
Type: System.DrawingPointF
The new position of the grip in annotation space.
confinement
Type: System.DrawingRectangleF
The viewer confinement rectangle.
See Also