drawImage method

void drawImage (dynamic image, num sx_OR_x, num sy_OR_y, [ num sw_OR_width, num height_OR_sh, num dx, num dy, num dw, num dh ])

Implementation

void drawImage(/*CanvasImageSource*/ image, num sx_OR_x, num sy_OR_y,
    [num sw_OR_width,
    num height_OR_sh,
    num dx,
    num dy,
    num dw,
    num dh]) native;