1 reference to DrawRectangles
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
756public void DrawRectangles(Pen pen, params RectangleF[] rects) => DrawRectangles(pen, rects.OrThrowIfNull().AsSpan());