System::Drawing::Graphics::FillRectangles 方法
Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<Rectangle>&) method
使用指定的画笔填充一系列矩形。
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<Rectangle> &rects)
| 参数 | 类型 | 描述 |
|---|---|---|
| 画刷 | const SharedPtr<Brush>& | 用于填充矩形的画刷 |
| rects | const ArrayPtr<Rectangle>& | Array 用于绘制的矩形数组 |
另见
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<RectangleF>&) method
使用指定的画笔填充一系列矩形。
void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<RectangleF> &rects)
| 参数 | 类型 | 描述 |
|---|---|---|
| 画刷 | const SharedPtr<Brush>& | 用于填充矩形的画刷 |
| rects | const ArrayPtr<RectangleF>& | Array 用于绘制的矩形数组 |
另见
- Typedef SharedPtr
- Class Brush
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++