LocationRotationShearxScaleTransformation2DTransformation Property |
Returns the transformation matrix. For performance reasons, this is the value stored in this instance.
If you intend to change the transformation, consider using
TransformationClone instead.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixD2D Transformation { get; }
Property Value
MatrixD2DSee Also