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.Font 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.Font 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.Font 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.Font for C++