System::Drawing::Graphics::DrawEllipse 方法
内容
[
隐藏
]Graphics::DrawEllipse(const SharedPtr<Pen>&, float, float, float, float) method
在当前对象所表示的表面上使用指定的笔绘制指定的椭圆。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, float x, float y, float width, float height)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 绘制椭圆时使用的笔 |
| x | float | 定义椭圆的矩形左上角的 X 坐标 |
| y | float | 定义椭圆的矩形左上角的 Y 坐标 |
| width | float | 定义椭圆的矩形的宽度 |
| height | float | 定义椭圆的矩形的高度 |
另见
- Typedef SharedPtr
- Class Pen
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawEllipse(const SharedPtr<Pen>&, int, int, int, int) method
在当前对象所表示的表面上使用指定的笔绘制指定的椭圆。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, int x, int y, int width, int height)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 绘制椭圆时使用的笔 |
| x | int | 定义椭圆的矩形左上角的 X 坐标 |
| y | int | 定义椭圆的矩形左上角的 Y 坐标 |
| width | int | 定义椭圆的矩形的宽度 |
| height | int | 定义椭圆的矩形的高度 |
另见
- Typedef SharedPtr
- Class Pen
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawEllipse(const SharedPtr<Pen>&, Rectangle) method
在当前对象所表示的表面上使用指定的笔绘制指定的椭圆。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, Rectangle rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 绘制椭圆时使用的笔 |
| rect | 矩形 | 定义椭圆的矩形 |
另见
- Typedef SharedPtr
- Class Pen
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawEllipse(const SharedPtr<Pen>&, RectangleF) method
在当前对象所表示的表面上使用指定的笔绘制指定的椭圆。
void System::Drawing::Graphics::DrawEllipse(const SharedPtr<Pen> &pen, RectangleF rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 绘制椭圆时使用的笔 |
| rect | RectangleF | 定义椭圆的矩形 |
另见
- Typedef SharedPtr
- Class Pen
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++