Click or drag to resize

MoveAnnotationRequest Constructor

Creates a new instance of MoveAnnotationRequest.

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 MoveAnnotationRequest(
	Point mousePosition,
	Point currentLocation,
	Point newLocation
)

Parameters

mousePosition
Type: System.WindowsPoint
The current mouse position.
currentLocation
Type: System.WindowsPoint
The current annotation location.
newLocation
Type: System.WindowsPoint
The requested annotation location.
See Also