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