6 references to AddLines
System.Drawing.Common.Tests (6)
System\Drawing\Drawing2D\GraphicsPathTests.cs (6)
291gpi.AddLines(intPoints); 295gpi.AddLines(intPoints); 299gpi.AddLines(intPoints); 316AssertExtensions.Throws<ArgumentNullException>("points", () => new GraphicsPath().AddLines((Point[])null)); 323AssertExtensions.Throws<ArgumentException>("points", null, () => new GraphicsPath().AddLines(Array.Empty<Point>())); 1914gp.AddLines(points);