Method CreateScale
CreateScale(double, double)
Creates a TransformMatrix with the specified scale vector.
public static TransformMatrix CreateScale(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.