.
EMR_EXTSELECTCLIPRGN = 75,
.
The SelectClipRgn API
4/7/2010 3:37:51 AM - -213.248.109.131
.
static extern int SelectClipRgn(IntPtr hdc, IntPtr hrgn);
.
SelectClipRgn(hdc, hRegion); // region will be copied
.
SelectClipRgn(hdc, IntPtr.Zero); // reset clip region
.