4 references to RegionCombineMode
System.Drawing (4)
misc\GDI\DeviceContext.cs (1)
631wr.CombineRegion(clip, wr, RegionCombineMode.AND); //1 = AND (or Intersect)
misc\GDI\UnsafeNativeMethods.cs (2)
189public static extern IntNativeMethods.RegionFlags IntCombineRgn(HandleRef hRgnDest, HandleRef hRgnSrc1, HandleRef hRgnSrc2, RegionCombineMode combineMode); 190public static IntNativeMethods.RegionFlags CombineRgn(HandleRef hRgnDest, HandleRef hRgnSrc1, HandleRef hRgnSrc2, RegionCombineMode combineMode) {
misc\GDI\WindowsRegion.cs (1)
125public IntNativeMethods.RegionFlags CombineRegion(WindowsRegion region1, WindowsRegion region2, RegionCombineMode mode) {