Funktionreferenz


_WinAPI_SetRectRgn


Converts a region into a rectangular region with the specified coordinates

#include <WinAPIGdi.au3>
_WinAPI_SetRectRgn ( $hRgn, $tRECT )

Parameter

$hRgn Handle to the region.
$tRECT $tagRECT structure that contains the coordinates of the rectangular region in logical units.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach SetRectRgn in der MSDN Bibliothek.