DXGraphicsPath.AddRectangles(IReadOnlyList<RectangleF>) Method
Adds a series of rectangles to this path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
rectangles | IReadOnlyList<RectangleF> | A list of rectangles to add. |
See Also