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