HostLayerTransformCoordinatesFromParentToHere Method |
Transforms coordinates from the parent layer into this layer.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD3D TransformCoordinatesFromParentToHere(
PointD3D pagecoordinates
)
Parameters
- pagecoordinates PointD3D
- The coordinates in parent space.
Return Value
PointD3DThe coordinates in local layer space.
See Also