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