1 reference to AddRectangles
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
642public void AddRectangles(params Rectangle[] rects) => AddRectangles(rects.OrThrowIfNull().AsSpan());