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