Function Reference


_WinAPI_GetXYFromPoint

Returns the X/Y values from a $tagPOINT structure

#include <WinAPIConv.au3>
_WinAPI_GetXYFromPoint ( ByRef $tPoint, ByRef $iX, ByRef $iY )

Parameters

$tPoint $tagPOINT structure
$iX Returns X value
$iY Returns Y value

Return Value

None.

Remarks

This function extracts the X/Y values from a $tagPOINT structure