Click or drag to resize

LocationRotationShearxScaleTransformation2DSetFrom Method

Sets translation, rotation, shear, and scale from a transformation matrix.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetFrom(
	MatrixD2D transformation
)

Parameters

transformation  MatrixD2D
The transformation matrix.
See Also