Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddRectangles(IReadOnlyList<RectangleF>) Method

    Adds a series of rectangles to this path.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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