Funktionreferenz


_WinAPI_InflateRect


Increases or decreases the width and height of the specified rectangle

#include <WinAPIGdi.au3>
_WinAPI_InflateRect ( ByRef $tRECT, $iDX, $iDY )

Parameter

$tRECT $tagRECT structure that increases or decreases in size.
$iDX The amount to increase or decrease (negative value) the rectangle width.
$iDY The amount to increase or decrease (negative value) the rectangle height.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach InflateRect in der MSDN Bibliothek.