5 references to AddPath
System.Drawing.Common.Tests (5)
System\Drawing\Drawing2D\GraphicsPathTests.cs (5)
979
gp.
AddPath
(inner, true);
987
AssertExtensions.Throws<ArgumentNullException>("addingPath", () => new GraphicsPath().
AddPath
(null, false));
1534
gp.
AddPath
(inner, true);
1551
path.
AddPath
(inner, false);
1961
gp.
AddPath
(inner, true);