GraphicBaseTransformationFromHereToParent Method |
Transforms a
PointD2D from our own coordinates to the coordinates of the parent.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixD2D TransformationFromHereToParent(
IDocumentNode parent
)
Parameters
- parent IDocumentNode
- The parent instance. Must be a ancestor node of this instance.
Return Value
MatrixD2DCoordinates in the parent system.
See Also