GraphicsPath.AddRectangles
GraphicsPath.AddRectangles method
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 Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page