[02. 사각형 그리기]
:
테두리만 있는 사각형은 strokeRect() 메서드를 사용하여 그리며, 색이 채워진 사각형은 fillRect() 메서드를 사용하여 그린다. 추가로 clearRect() 메서드를 사용하여 특정 영역을 지우는 메서드도 존재한다.
- strokeRect(x, y, width, height) : 테두리만 있는 사각형을 그린다.
- fillRect(x, y, width, height) : 색이 채워진 사각형을 그린다.
- clearRect(x, y, width, height) : 특정 영역을 지운다.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
[광고] STEEM 개발자 커뮤니티에 참여 하시면, 다양한 혜택을 받을 수 있습니다.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit