Skip to main content
All docs
V23.2

DXGraphicsPath.AddRectangles(IReadOnlyList<RectangleF>) Method

Adds a series of rectangles to this path.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void AddRectangles(
    IReadOnlyList<RectangleF> rectangles
)

Parameters

Name Type Description
rectangles IReadOnlyList<RectangleF>

A list of rectangles to add.

See Also