Funktionreferenz


_WinAPI_GetClipBox


Retrieves the dimensions of the bounding rectangle of the visible area

#include <WinAPIGdi.au3>
_WinAPI_GetClipBox ( $hDC, ByRef $tRECT )

Parameter

$hDC Handle to the device context.
$tRECT $tagRECT structure that is created by this function, and contains the rectangle dimensions, in logical units.

Rückgabewert

Success: The value that specifies the region's complexity; it can be one of the following values.
$COMPLEXREGION
$NULLREGION
$SIMPLEREGION
Failure: 0.

Bemerkungen

None.

Siehe auch

Suche nach GetClipBox in der MSDN Bibliothek.