6 references to AddCurve
System.Drawing.Common.Tests (6)
System\Drawing\Drawing2D\GraphicsPathTests.cs (6)
459
gpi.
AddCurve
(intPoints);
486
gpi.
AddCurve
(intPoints);
488
gpi.
AddCurve
(intPoints);
559
AssertExtensions.Throws<ArgumentException>(null, () => gp.
AddCurve
((Point[])null));
588
AssertExtensions.ThrowsAny<ArgumentException, ArgumentOutOfRangeException>(() => gp.
AddCurve
(points));
1880
gp.
AddCurve
(points);