Desktop Functions: Smart Device Functions:
|
Search Results for "SelectClipRgn" in [All]gdi32
static extern int SelectClipRgn(IntPtr hdc, IntPtr hrgn);
SelectClipRgn(hdc, hRegion); // region will be copied
SelectClipRgn(hdc, IntPtr.Zero); // reset clip region Constants2: EMR_
EMR_EXTSELECTCLIPRGN = 75, |