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