HostLayerTransformCoordinateDifferencesFromParentToHere Method |
Converts X,Y differences in page units to X,Y differences in layer units
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD3D TransformCoordinateDifferencesFromParentToHere(
VectorD3D pagediff
)
Parameters
- pagediff VectorD3D
- X,Y coordinate differences in graph units
Return Value
VectorD3Dthe convertes X,Y coordinate differences in layer units
See Also