Click or drag to resize

HostLayerTransformCoordinateDifferencesFromParentToHere Method

Converts X,Y differences in page units to X,Y differences in layer units

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD3D TransformCoordinateDifferencesFromParentToHere(
	VectorD3D pagediff
)

Parameters

pagediff  VectorD3D
X,Y coordinate differences in graph units

Return Value

VectorD3D
the convertes X,Y coordinate differences in layer units
See Also