Concatenates this transform with a translation, a rotation and another translation transformation, resulting in an scaling with respect to the specified point (x,y).
Equivalent to:
translate(x, y); scale(scale, scale); translate(-x, -y);
@param scale
@param x
@param y