System::Drawing::Graphics::FillPie 方法
内容
[
隐藏
]Graphics::FillPie(const SharedPtr<Brush>&, float, float, float, float, float, float) method
在当前对象表示的表面上,使用指定的画笔填充指定的饼形。
void System::Drawing::Graphics::FillPie(const SharedPtr<Brush> &brush, float x, float y, float width, float height, float startAngle, float sweepAngle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 画刷 | const SharedPtr<Brush>& | 填充饼形时使用的画刷 |
| x | float | 定义椭圆的矩形左上角的 X 坐标 |
| y | float | 定义椭圆的矩形左上角的 Y 坐标 |
| width | float | 定义椭圆的矩形的宽度 |
| height | float | 定义椭圆的矩形的高度 |
| startAngle | float | 从 X 轴顺时针测量到饼形起始点的角度(以度为单位) |
| sweepAngle | float | 从 startAngle 顺时针测量到饼形结束点的角度(以度为单位) |
另见
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::FillPie(const SharedPtr<Brush>&, int, int, int, int, int, int) method
在当前对象表示的表面上,使用指定的画笔填充指定的饼形。
void System::Drawing::Graphics::FillPie(const SharedPtr<Brush> &brush, int x, int y, int width, int height, int startAngle, int sweepAngle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 画刷 | const SharedPtr<Brush>& | 填充饼形时使用的画刷 |
| x | int | 定义椭圆的矩形左上角的 X 坐标 |
| y | int | 定义椭圆的矩形左上角的 Y 坐标 |
| width | int | 定义椭圆的矩形的宽度 |
| height | int | 定义椭圆的矩形的高度 |
| startAngle | int | 从 X 轴顺时针测量到饼形起始点的角度(以度为单位) |
| sweepAngle | int | 从 startAngle 顺时针测量到饼形结束点的角度(以度为单位) |
另见
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::FillPie(const SharedPtr<Brush>&, Rectangle, float, float) method
在当前对象表示的表面上,使用指定的画笔填充指定的饼形。
void System::Drawing::Graphics::FillPie(const SharedPtr<Brush> &brush, Rectangle rect, float startAngle, float sweepAngle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 画刷 | const SharedPtr<Brush>& | 填充饼形时使用的画刷 |
| rect | 矩形 | 定义椭圆的矩形 |
| startAngle | float | 从 X 轴顺时针测量到饼形起始点的角度(以度为单位) |
| sweepAngle | float | 从 startAngle 顺时针测量到饼形结束点的角度(以度为单位) |
另见
- Typedef SharedPtr
- Class Brush
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++