GraphicBaseRelativeToAbsolutePosition Method |
Converts a relative point to an absolute position.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D RelativeToAbsolutePosition(
PointD2D p,
bool withRotation
)
Parameters
- p PointD2D
- The relative point.
- withRotation Boolean
- If set to true, rotation is taken into account.
Return Value
PointD2DThe absolute position.
See Also