Function Reference


_WinAPI_InflateRect

Increases or decreases the width and height of the specified rectangle

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

Parameters

$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.

Return Value

Success: True
Failure: False

See Also

Search InflateRect in MSDN Library.