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
scaleXdoubleThe value by which to scale this TransformMatrix in the x-axis direction.
scaleYdoubleThe value by which to scale this TransformMatrix in the y-axis direction.