Click or drag to resize

GraphicBaseRelativeToAbsolutePosition Method

Converts a relative point to an absolute position.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

PointD2D
The absolute position.
See Also