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