3 references to AddLines
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
351
public void AddLines(params Point[] points) =>
AddLines
(points.OrThrowIfNull().AsSpan());
System.Drawing.Common.Tests (2)
System\Drawing\Drawing2D\GraphicsPathTests.cs (2)
256
gpi.
AddLines
([new(1, 1), new(2, 2)]);
1517
gp.
AddLines
([new(10, 10), new(20, 10), new(20, 20), new(30, 20)]);