LocationRotationShearxScaleTransformation2DSetTranslationRotationShearxScale(Double, Double, Double, Double, Double, Double) Method |
Sets all transformation values and updates the transformation matrix.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetTranslationRotationShearxScale(
double x,
double y,
double rotation,
double shearX,
double scaleX,
double scaleY
)
Parameters
- x Double
- Translation in x direction.
- y Double
- Translation in y direction.
- rotation Double
- Roation in degrees counterclockwise.
- shearX Double
- Shear in x-direction.
- scaleX Double
- X scale value.
- scaleY Double
- Y scale value.
See Also