IsIntersect

Rectangle.IsIntersect method

Détermine si ce rectangle coupe un autre rectangle.

public bool IsIntersect(Rectangle otherRect)
ParamètreTaperLa description
otherRectRectangleL’intersection sera testée avec le rectangle spécifié.

Return_Value

Vrai si ce rectangle coupe le rectangle spécifié. Sinon faux.

Voir également