Click or drag to resize

HostLayerTransformCoordinatesFromRootToHere Method

Transforms coordinates from the root layer to this layer.

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

Parameters

pagecoordinates  PointD2D
The root coordinates.

Return Value

PointD2D
The coordinates in this layer.
See Also