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

    Adds a series of rectangles to this path.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public void AddRectangles(
        IReadOnlyList<RectangleF> rectangles
    )

    Parameters

    Name Type Description
    rectangles IReadOnlyList<RectangleF>

    A list of rectangles to add.

    See Also