반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- matplotlib
- PostgreSQL
- google apps script
- dataframe
- array
- math
- Google Spreadsheet
- Github
- list
- PANDAS
- c#
- gas
- Apache
- Kotlin
- SQL
- Redshift
- hive
- Google Excel
- 파이썬
- PySpark
- GIT
- django
- Java
- string
- Tkinter
- Python
- Mac
- Excel
- numpy
Archives
- Today
- Total
목록FillRectangle (1)
달나라 노트

FillRectangle method는 채워진 사각형을 그려줍니다. Syntax - FillRectangle FillRectangle(brush, Rectangle) - brush FillRectangle method는 첫 번째 인자로 Brush 객체를 받습니다. Brush 객체는 색상 정보를 가지고 있습니다. - Rectangle 두 번째 인자로는 Rectangle 객체를 받습니다. Rectangle 객체는 사각형의 x, y좌표와 가로/세로 길이 정보를 받습니다. Syntax - Rectangle object Rectangle rect = new Rectangle(x, y, width, height) - x, y 사각형 왼쪽 상단 꼭지점의 x, y 좌표를 의미합니다. 사각형 좌표의 기준은 왼쪽 상단 꼭..
C#/C#
2022. 5. 30. 01:58