Click or drag to resize

WpfAnnotationGripsGetUnRotatedPoint Method

Calculates the un-rotated point from a provided point.

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
protected Point GetUnRotatedPoint(
	Point dsPoint
)

Parameters

dsPoint
Type: System.WindowsPoint
The rotated point in document space.

Return Value

Type: Point
The un-rotated point.
See Also