Method Scale
Scale(float, float, MatrixOrder)
Applies the specified scale vector (scaleX and scaleY) to this Matrix using the specified order.
public void Scale(float scaleX, float scaleY, MatrixOrder order)
Parameters
scaleX
floatThe scale X.
scaleY
floatThe scale Y.
order
MatrixOrderThe order.
Scale(float, float)
Applies the specified scale vector (scaleX and scaleY) to this Matrix using (default) Prepend order.
public void Scale(float sx, float sy)