IntersectsWith

Rectangle.IntersectsWith method

Détermine si ce rectangle coupe avecrect .

public bool IntersectsWith(Rectangle rect)
ParamètreTaperLa description
rectRectangleLe rectangle à tester.

Return_Value

Cette méthode renvoie vrai s’il y a une intersection, sinon faux.

Voir également