タイトル: 四角形
Canvasでの四角形の描き方
四角形
context . fillRect(x, y, w, h) |
塗りつぶしの四角形を描く |
context . strokeRect(x, y, w, h) |
輪郭の四角形を描く |
context . clearRect(x, y, w, h) |
四角形の形にクリアする |
Canvasでの四角形の描き方
四角形
context . fillRect(x, y, w, h) |
塗りつぶしの四角形を描く |
context . strokeRect(x, y, w, h) |
輪郭の四角形を描く |
context . clearRect(x, y, w, h) |
四角形の形にクリアする |