drawImage abstract method
Draws an image onto the canvas.
The image must be an HTMLImageElement, HTMLCanvasElement,
HTMLVideoElement, or similar source.
Implementation
void drawImage(Element image, num dx, num dy);
Draws an image onto the canvas.
The image must be an HTMLImageElement, HTMLCanvasElement,
HTMLVideoElement, or similar source.
void drawImage(Element image, num dx, num dy);