GraphicBaseToUnrotatedCoordinates Method |
Converts a point to unrotated coordinates around the specified pivot.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D ToUnrotatedCoordinates(
PointD2D pivot,
PointD2D point
)
Parameters
- pivot PointD2D
- The pivot point.
- point PointD2D
- The rotated point.
Return Value
PointD2DThe unrotated point.
See Also