4 references to Exclude
System.Drawing.Common.Tests (4)
System\Drawing\RegionTests.cs (4)
871region.Exclude(path); 884region.Exclude(graphicsPath); 892AssertExtensions.Throws<ArgumentNullException>("path", () => region.Exclude((GraphicsPath)null)); 902AssertExtensions.Throws<ArgumentException>(null, () => disposedRegion.Exclude(graphicsPath));