1 reference to DrawLines
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
2363
public void DrawLines(Pen pen, params PointF[] points) =>
DrawLines
(pen, points.OrThrowIfNull().AsSpan());