Scale

Matrix.Scale method (1 of 2)

Applies the specified scale vector (scaleX and scaleY) to this Matrix using the specified order.

public void Scale(float scaleX, float scaleY, MatrixOrder order)
ParameterTypeDescription
scaleXSingleThe scale X.
scaleYSingleThe scale Y.
orderMatrixOrderThe order.

See Also


Matrix.Scale method (2 of 2)

Applies the specified scale vector (scaleX and scaleY) to this Matrix using (default) Prepend order.

public void Scale(float sx, float sy)
ParameterTypeDescription
sxSingleThe sx. The sx. The sx.
sySingleThe sy. The sy. The sy.

See Also