Click or drag to resize

HitTestRectangularDataNewFromTranslationRotationScaleShear Method

Creates a new instance with an additional translation, rotation, scaling, and shear transformation.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

HitTestRectangularData
A new hit-test data instance with the additional transformation applied.
See Also