11 references to AddRectangle
System.Drawing.Common.Tests (11)
System\Drawing\Drawing2D\GraphicsPathTests.cs (6)
709gpf.AddRectangle(new RectangleF(1, 1, 2, 2)); 728gpf.AddRectangle(new RectangleF(1, 1, 1, 1)); 735gpf.AddRectangle(new RectangleF(endF.X, endF.Y, 1, 1)); 751gpf.AddRectangle(new RectangleF(1f, 2f, width, height)); 1128gp.AddRectangle(rectangle); 1599gp.AddRectangle(new RectangleF(10, 10, 20, 20));
System\Drawing\RegionTests.cs (5)
463path.AddRectangle(rect); 870path.AddRectangle(rect); 1227path.AddRectangle(rect); 1766path.AddRectangle(rect); 2124path.AddRectangle(rect);