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