Beispiel #1
0
 public static extern RegionType ExtSelectClipRgn(IntPtr hdc, IntPtr hrgn, RegionModeFlags fnMode);
Beispiel #2
0
 public static extern bool SelectClipPath(IntPtr hdc, RegionModeFlags iMode);
Beispiel #3
0
 public static extern int CombineRgn(IntPtr hrgnDest, IntPtr hrgnSrc1,
                                     IntPtr hrgnSrc2, RegionModeFlags fnCombineMode);