getcliprgn (gdi32)
Last changed: anonymous

.
Summary
The GetClipRgn API. The GetClipRgn function retrieves a handle identifying the current application-defined clipping region for the specified device context.

C# Signature:

[DllImport("gdi32.dll")]
static extern int GetClipRgn(IntPtr hdc, IntPtr hrgn);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
GetClipRgn on MSDN