DXGraphics.FillRectangles(DXBrush, IList<RectangleF>) Method
Fills the interior of a rectangle located in the specified area.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
brush | DXBrush | The brush used to fill the rectangle. |
rects | IList<RectangleF> | A list of rectangles to fill. |
See Also