DrawImage_Blit ( slot, x, y, src_x, src_y, src_w, src_h)

Draws a portion of an image to the current canvas.

Example:
    DrawImage_Blit ( 0, 20, 20, 0, 0, 50, 50 )