DrawImage_Blit ( slot, x, y, src_x, src_y, src_w, src_h)
現在のカンバスの指定位置へイメージを描画します。
用例:
DrawImage_Blit (
0
,
20
,
20
,
0
,
0
,
50
,
50
)