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