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
)
Public Sub New (
mousePosition As Point,
currentLocation As Point,
newLocation As Point
)
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