Click or drag to resize

HostLayerTransformCoordinatesFromParentToHere Method

Transforms coordinates from the parent layer into this layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD3D TransformCoordinatesFromParentToHere(
	PointD3D pagecoordinates
)

Parameters

pagecoordinates  PointD3D
The coordinates in parent space.

Return Value

PointD3D
The coordinates in local layer space.
See Also