Click or drag to resize

GraphicBaseRelativeLocalToAbsoluteLocalCoordinates Method

Converts relative local coordinates to absolute local coordinates.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD2D RelativeLocalToAbsoluteLocalCoordinates(
	PointD2D p
)

Parameters

p  PointD2D
The relative point.

Return Value

PointD2D
The absolute local point.
See Also