Click or drag to resize

LocationRotationShearxScaleTransformation2DSetFrom Method

Sets the value for translation, roation, shear and scale from a transformation matrix.

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

Parameters

transformation  MatrixD2D

[Missing <param name="transformation"/> documentation for "M:Altaxo.Graph.Gdi.LocationRotationShearxScaleTransformation2D.SetFrom(Altaxo.Geometry.MatrixD2D)"]

See Also