LocationRotationShearxScaleTransformation2DSetFrom Method |
Sets translation, rotation, shear, and scale from a transformation matrix.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetFrom(
MatrixD2D transformation
)
Parameters
- transformation MatrixD2D
- The transformation matrix.
See Also