//draw a rectangle context.rect(200, 300, 150, 50); //rect(x, y, width, height) //output to canvas context.stroke(); context.closePath(); }
確定! 回上一頁