Click or drag to resize

HostLayerTransformCoordinateDifferencesFromParentToHere Method

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

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

Parameters

pagediff  PointD2D
X,Y coordinate differences in graph units

Return Value

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