D�termine si un point sp�cifi� se trouve dans un rectangle sp�cifi�
#include <WinAPIGdi.au3>
_WinAPI_PtInRect ( ByRef $tRECT, ByRef $tPoint )
$tRect | Structure $tagRECT qui contient le rectangle sp�cifi� |
$tPoint | Structure $tagPOINT qui contient le point sp�cifi� |
True: | Le point se trouve dans le rectangle |
False: | Le point ne se trouve pas dans le rectangle |
Consultez PtInRect dans la librairie MSDN.