Click or drag to resize

GraphicBaseParentCoordinatesToLocalDifference Method

Calculates the difference vector between two points in parent coordinates and transforms the vector to local coordinates.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D ParentCoordinatesToLocalDifference(
	PointD2D pivot,
	PointD2D point
)

Parameters

pivot  PointD2D
Start point of the difference vector.
point  PointD2D
End point of the difference vector.

Return Value

PointD2D
The difference vector in local coordinates.
See Also