System::Drawing::Drawing2D::GraphicsPath::AddEllipse 方法
内容
[
隐藏
]GraphicsPath::AddEllipse(const Rectangle&) method
将指定的椭圆添加到当前对象表示的路径中。
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
| Parameter | Type | 描述 |
|---|---|---|
| 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)
| Parameter | Type | 描述 |
|---|---|---|
| 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)
| Parameter | Type | 描述 |
|---|---|---|
| x | 单精度浮点数 | 指定用于限定要添加的椭圆的矩形的左上角的 X 坐标 |
| y | 单精度浮点数 | 指定用于限定要添加的椭圆的矩形的左上角的 Y 坐标 |
| width | 单精度浮点数 | 指定用于限定要添加的椭圆的矩形的宽度 |
| height | 单精度浮点数 | 指定用于限定要添加的椭圆的矩形的高度 |
另见
- 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)
| Parameter | Type | 描述 |
|---|---|---|
| x | int | 指定用于限定要添加的椭圆的矩形的左上角的 X 坐标 |
| y | int | 指定用于限定要添加的椭圆的矩形的左上角的 Y 坐标 |
| width | int | 指定用于限定要添加的椭圆的矩形的宽度 |
| height | int | 指定用于限定要添加的椭圆的矩形的高度 |
另见
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++