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