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