2 references to AddPie
System.Drawing.Common.Tests (2)
System\Drawing\Drawing2D\GraphicsPathTests.cs (2)
868
gpf.
AddPie
(1f, 1f, 2f, 2f, Pi4, Pi4);
880
AssertExtensions.Throws<ArgumentException>(null, () => gp.
AddPie
(1f, 1f, height, width, Pi4, Pi4));