Returns the X/Y values from a $tagPOINT structure
#include <WinAPIConv.au3>
_WinAPI_GetXYFromPoint ( ByRef $tPoint, ByRef $iX, ByRef $iY )
$tPoint | $tagPOINT structure |
$iX | Returns X value |
$iY | Returns Y value |
This function extracts the X/Y values from a $tagPOINT structure