Click or drag to resize

HitTestObjectBaseTransformation Property

This will return the transformation matrix. This matrix translates from coordinates of the parent of the object (i.e. mostly the parent layer) to global coordinates.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixD2D Transformation { get; }

Property Value

MatrixD2D

Implements

IHitTestObjectTransformation
See Also