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
)
Protected Function GetUnRotatedPoint (
dsPoint As Point
) As Point
Parameters
- dsPoint
- Type: System.WindowsPoint
The rotated point in document space.
Return Value
Type:
PointThe un-rotated point.
See Also