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