3 references to AddClosedCurve
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\GraphicsPathTests.cs (3)
667AssertExtensions.Throws<ArgumentNullException>("points", () => gp.AddClosedCurve((Point[])null)); 682AssertExtensions.Throws<ArgumentException>(null, () => gp.AddClosedCurve(points)); 1871gp.AddClosedCurve(points);