Format
Scale(x,y)
Args
x
: The amount of scaling to do in the x directiony
: The amount of scaling to do in the y direction
Returns
src
The matrix is scaled by the appropriate amounts.
If y is omitted, x is used for both. E.g., Scale(2) is equivalent to Scale(2,2).