4 references to Intersect
System.Drawing.Common.Tests (4)
System\Drawing\RegionTests.cs (4)
1228region.Intersect(path); 1241region.Intersect(graphicsPath); 1249AssertExtensions.Throws<ArgumentNullException>("path", () => region.Intersect((GraphicsPath)null)); 1259AssertExtensions.Throws<ArgumentException>(null, () => disposedRegion.Intersect(graphicsPath));