Click or drag to resize

HitTestPointDataNewFromTranslationRotationScaleShear Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]


Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HitTestPointData NewFromTranslationRotationScaleShear(
	double x,
	double y,
	double rotation,
	double scaleX,
	double scaleY,
	double shear
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

rotation  Double

[Missing <param name="rotation"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

scaleX  Double

[Missing <param name="scaleX"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

scaleY  Double

[Missing <param name="scaleY"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

shear  Double

[Missing <param name="shear"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

Return Value

HitTestPointData

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.NewFromTranslationRotationScaleShear(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also