Click or drag to resize

GraphicBaseTransformationFromHereToParent Method

Transforms a PointD2D from our own coordinates to the coordinates of the parent.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixD2D TransformationFromHereToParent(
	IDocumentNode parent
)

Parameters

parent  IDocumentNode
The parent instance. Must be a ancestor node of this instance.

Return Value

MatrixD2D
Coordinates in the parent system.
See Also