Function Reference


_WinAPI_CreateSize

Creates $tagSIZE structure with the width and height of the specified rectangle

#include <WinAPIMisc.au3>
_WinAPI_CreateSize ( $iWidth, $iHeight )

Parameters

$iWidth The width of the rectangle.
$iHeight The height of the rectangle.

Return Value

Returns $tagSIZE structure that contains the specified rectangle.