UDF > WinAPIEx > GDI > Rectangle >


_WinAPI_PtInRect

D�termine si un point sp�cifi� se trouve dans un rectangle sp�cifi�

#include <WinAPIGdi.au3>
_WinAPI_PtInRect ( ByRef $tRECT, ByRef $tPoint )

Param�tres

$tRect Structure $tagRECT qui contient le rectangle sp�cifi�
$tPoint Structure $tagPOINT qui contient le point sp�cifi�

Valeur de retour

True: Le point se trouve dans le rectangle
False: Le point ne se trouve pas dans le rectangle

En relation

$tagPOINT, $tagRECT

Voir aussi

Consultez PtInRect dans la librairie MSDN.