System::Drawing::Drawing2D::GraphicsPath::AddEllipse 메서드
내용물
[
숨다
]GraphicsPath::AddEllipse(const Rectangle&) method
현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const Rectangle& | 추가할 타원을 둘러싸는 사각형을 지정합니다. |
또 보기
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(const RectangleF&) method
현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const RectangleF& | 추가할 타원을 둘러싸는 사각형을 지정합니다. |
또 보기
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(float, float, float, float) method
현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(float x, float y, float width, float height)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | float | 추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 X 좌표 |
| y | float | 추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 Y 좌표 |
| width | float | 추가할 타원을 둘러싸는 사각형의 너비 |
| height | float | 추가할 타원을 둘러싸는 사각형의 높이 |
또 보기
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddEllipse(int, int, int, int) method
현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | int | 추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 X 좌표 |
| y | int | 추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 Y 좌표 |
| width | int | 추가할 타원을 둘러싸는 사각형의 너비 |
| height | int | 추가할 타원을 둘러싸는 사각형의 높이 |
또 보기
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++