System::Drawing::Graphics::FillEllipse 方法
内容
[
隐藏
]Graphics::FillEllipse(const SharedPtr<Brush>&, float, float, float, float) method
使用指定的画笔填充由边界矩形指定的椭圆内部。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, float x, float y, float width, float height)
| Parameter | Type | 描述 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 用于填充的 Brush 对象 |
| x | 单精度浮点数 | 边界矩形左上角的 X 坐标 |
| y | 单精度浮点数 | 边界矩形左上角的 Y 坐标 |
| width | 单精度浮点数 | 边界矩形的宽度 |
| height | 单精度浮点数 | 边界矩形的高度 |
另见
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillEllipse(const SharedPtr<Brush>&, int, int, int, int) method
使用指定的画笔填充由边界矩形指定的椭圆内部。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, int x, int y, int width, int height)
| Parameter | Type | 描述 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 用于填充的 Brush 对象 |
| x | int | 边界矩形左上角的 X 坐标 |
| y | int | 边界矩形左上角的 Y 坐标 |
| width | int | 边界矩形的宽度 |
| height | int | 边界矩形的高度 |
另见
- Typedef SharedPtr
- Class Brush
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillEllipse(const SharedPtr<Brush>&, Rectangle) method
使用指定的画笔填充由边界矩形指定的椭圆内部。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, Rectangle rect)
| Parameter | Type | 描述 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 用于填充的 Brush 对象 |
| rect | 矩形 | 定义要填充椭圆的边界矩形 |
另见
- Typedef SharedPtr
- Class Brush
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::FillEllipse(const SharedPtr<Brush>&, RectangleF) method
使用指定的画笔填充由边界矩形指定的椭圆内部。
void System::Drawing::Graphics::FillEllipse(const SharedPtr<Brush> &brush, RectangleF rect)
| Parameter | Type | 描述 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 用于填充的 Brush 对象 |
| rect | RectangleF | 定义要填充椭圆的边界矩形 |
另见
- Typedef SharedPtr
- Class Brush
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++