Function Reference


_WinAPI_CreatePoint

Creates $tagPOINT structure with the x- and y-coordinates of the specified point

#include <WinAPIMisc.au3>
_WinAPI_CreatePoint ( $iX, $iY )

Parameters

$iX The x-coordinate of the point.
$iY The y-coordinate of the point.

Return Value

Returns $tagPOINT structure that contains the specified point.