Method Scale
Scale(float, float)
Applies the specified scale vector to this TransformMatrix by prepending the scale vector.
public void Scale(float scaleX, float scaleY)
Parameters
scaleXfloatThe value by which to scale this TransformMatrix in the x-axis direction.
scaleYfloatThe value by which to scale this TransformMatrix in the y-axis direction.