Click or drag to resize

MatrixD2DScaleAppend Method

Appends a scale transformation to the matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void ScaleAppend(
	double x,
	double y
)

Parameters

x  Double
Scale X.
y  Double
Scale Y.
See Also