GraphicsPath.AddRectangles
AddRectangles(RectangleF[])
Adds a series of rectangles to this path.
public void AddRectangles(RectangleF[] rects)
Parameter | Type | Description |
---|---|---|
rects | RectangleF[] | An array of RectangleF structures that represents the rectangles to add. |
See Also
- struct RectangleF
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
AddRectangles(Rectangle[])
Adds a series of rectangles to this path.
public void AddRectangles(Rectangle[] rects)
Parameter | Type | Description |
---|---|---|
rects | Rectangle[] | An array of Rectangle structures that represents the rectangles to add. |
See Also
- struct Rectangle
- class GraphicsPath
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing