AddRectangles()
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)
Arguments
Parameter | Type | Description |
---|---|---|
rects | const ArrayPtr<Rectangle>& | An array of Rectangle objects representing the rectangles to add |
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)
Arguments
Parameter | Type | Description |
---|---|---|
rects | const ArrayPtr<RectangleF>& | An array of RectangleF objects representing the rectangles to add |
See Also
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Class RectangleF
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides