drawImageScaled abstract method
Draw an image at (x,y) scaling it to the dimension width x height.
Implementation
void drawImageScaled(PCanvasImage image, num x, num y, num width, num height);
Draw an image at (x,y) scaling it to the dimension width x height.
void drawImageScaled(PCanvasImage image, num x, num y, num width, num height);