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