Click or drag to resize

HostLayerTransformCoordinatesFromParentToHere(PointD2D) Method

Transforms coordinates from the parent 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 TransformCoordinatesFromParentToHere(
	PointD2D pagecoordinates
)

Parameters

pagecoordinates  PointD2D
The parent coordinates.

Return Value

PointD2D
The coordinates in this layer.
See Also