Click or drag to resize

GripMoveRequest Constructor

Creates a new instance of GripMoveRequest.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public GripMoveRequest(
	WpfAnnotationGrip grip,
	Point newPosition
)

Parameters

grip
Type: Atalasoft.Annotate.WpfWpfAnnotationGrip
The grip being moved.
newPosition
Type: System.WindowsPoint
The new requested grip position.
See Also