System::Drawing::Drawing2D::GraphicsPath::AddRectangles 方法
GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
将指定的一系列矩形添加到当前对象表示的路径中。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| Parameter | Type | 描述 |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | 一个数组,包含表示要添加的矩形的 Rectangle 对象 |
另见
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
将指定的一系列矩形添加到当前对象表示的路径中。
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| Parameter | Type | 描述 |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | 一个数组,包含表示要添加的矩形的 RectangleF 对象 |
另见
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++