UDF > WinAPIEx > GDI > Rectangle >


_WinAPI_PtInRectEx

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

#include <WinAPIGdi.au3>
_WinAPI_PtInRectEx ( $iX, $iY, $iLeft, $iTop, $iRight, $iBottom )

Param�tres

$iX La coordonn�e x du point.
$iY La coordonn�e y du point.
$iLeft La coordonn�e x du coin sup�rieur gauche du rectangle.
$iTop La coordonn�e y du coin sup�rieur gauche du rectangle.
$iRight La coordonn�e x du coin inf�rieur droit du rectangle.
$iBottom La coordonn�e y du coin inf�rieur droit du rectangle.

Valeur de retour

True: Le point sp�cifi� se trouve dans le rectangle.
False: Le point sp�cifi� ne se trouve pas dans le rectangle.

Voir aussi

Consultez PtInRect dans la librairie MSDN.