System\Drawing\Drawing2D\GraphicsPathTests.cs (5)
865gpi.AddPie(1, 1, 2, 2, Pi4, Pi4);
879AssertExtensions.Throws<ArgumentException>(null, () => gp.AddPie(1, 1, height, width, Pi4, Pi4));
1247gp.AddPie(0, 0, 100, 100, 30, 30);
1566path.AddPie(10, 10, 10, 10, 90, 180);
1948gp.AddPie(1, 2, 3, 4, 10, 20);