Funktionreferenz


_WinAPI_GetClipRgn


Retrieves a handle identifying the current application-defined clipping region

#include <WinAPIGdi.au3>
_WinAPI_GetClipRgn ( $hDC )

Parameter

$hDC Handle to the device context.

Rückgabewert

Success: Handle to a copy of the current clipping region.
Failure: 0.

Bemerkungen

An application-defined clipping region is a clipping region identified by the _WinAPI_SelectClipRgn() function.
It is not a clipping region created when the application calls the _WinAPI_BeginPaint().

Verwandte Funktionen

_WinAPI_BeginPaint, _WinAPI_SelectClipRgn

Siehe auch

Suche nach GetClipRgn in der MSDN Bibliothek.