7 references to Intersect
System.Drawing (7)
commonui\System\Drawing\Graphics.cs (3)
4026rect.Width, rect.Height, CombineMode.Intersect); 4038rect.Width, rect.Height, CombineMode.Intersect); 4053CombineMode.Intersect);
commonui\System\Drawing\Region.cs (4)
282int status = SafeNativeMethods.Gdip.GdipCombineRegionRect(new HandleRef(this, nativeRegion), ref gprectf, CombineMode.Intersect); 298int status = SafeNativeMethods.Gdip.GdipCombineRegionRectI(new HandleRef(this, nativeRegion), ref gprect, CombineMode.Intersect); 315int status = SafeNativeMethods.Gdip.GdipCombineRegionPath(new HandleRef(this, nativeRegion), new HandleRef(path, path.nativePath), CombineMode.Intersect); 332int status = SafeNativeMethods.Gdip.GdipCombineRegionRegion(new HandleRef(this, nativeRegion), new HandleRef(region, region.nativeRegion), CombineMode.Intersect);