Click or drag to resize

HostLayerTransformCoordinatesFromHereToRoot Method

Transforms coordinates from this layer to root coordinates.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD2D TransformCoordinatesFromHereToRoot(
	PointD2D coordinates
)

Parameters

coordinates  PointD2D
The coordinates in this layer.

Return Value

PointD2D
The coordinates in root space.
See Also