HitTestRectangularDataNewFromTranslationRotationScaleShear Method |
Creates a new instance with an additional translation, rotation, scaling, and shear transformation.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic HitTestRectangularData NewFromTranslationRotationScaleShear(
double x,
double y,
double rotation,
double scaleX,
double scaleY,
double shear
)
Parameters
- x Double
- The translation in x-direction.
- y Double
- The translation in y-direction.
- rotation Double
- The additional rotation.
- scaleX Double
- The horizontal scale factor.
- scaleY Double
- The vertical scale factor.
- shear Double
- The horizontal shear factor.
Return Value
HitTestRectangularDataA new hit-test data instance with the additional transformation applied.
See Also