1 reference to AddLines
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
324
public void AddLines(params PointF[] points) =>
AddLines
(points.OrThrowIfNull().AsSpan());