3 references to AddPolygon
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\GraphicsPathTests.cs (3)
939AssertExtensions.Throws<ArgumentNullException>("points", () => new GraphicsPath().AddPolygon((Point[])null)); 970AssertExtensions.Throws<ArgumentException>(null, () => gp.AddPolygon(points)); 1923gp.AddPolygon(points);