System::Drawing::Drawing2D::GraphicsPath::AddRectangles method
Contents
[
Hide
]GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
Adds the specified series of rectangles to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
Parameter | Type | Description |
---|---|---|
rects | const ArrayPtr<Rectangle>& | An array of Rectangle objects representing the rectangles to add |
See Also
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
Adds the specified series of rectangles to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
Parameter | Type | Description |
---|---|---|
rects | const ArrayPtr<RectangleF>& | An array of RectangleF objects representing the rectangles to add |
See Also
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++