Funktionreferenz


_WinAPI_ExcludeClipRect


Creates a new clipping region that consists of the existing clipping region minus the specified rectangle

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

Parameter

$hDC Handle to the device context.
$tRECT $tagRECT structure that contains the logical coordinates of the specified rectangle.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach ExcludeClipRect in der MSDN Bibliothek.