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