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