LocationRotationShearxScaleTransformation2DSetTranslationRotationShearxScale(NullableDouble, NullableDouble, NullableDouble, NullableDouble, NullableDouble, NullableDouble, EventFiring) Method |
Sets all provided transformation values and updates the transformation matrix. You can leave out
multiple parameters by setting them to null.
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,
EventFiring eventFiring
)
Parameters
- x NullableDouble
- Translation in x direction.
- y NullableDouble
- Translation in y direction.
- rotation NullableDouble
- Roation in degrees counterclockwise.
- shearX NullableDouble
- Shear in x-direction.
- scaleX NullableDouble
- X scale value.
- scaleY NullableDouble
- Y scale value.
- eventFiring EventFiring
- Designates whether or not the change event should be fired if the value has changed.
See Also