drawImageScaledFromSource abstract method
void
drawImageScaledFromSource()
Draws a portion of an image onto a portion of the canvas.
Implementation
void drawImageScaledFromSource(
Element image,
num sx,
num sy,
num sWidth,
num sHeight,
num dx,
num dy,
num dWidth,
num dHeight,
);