RectangleF.IntersectsWith(RectangleF) Méthode

Définition

Détermine si ce rectangle se croise avec rect.

public:
 bool IntersectsWith(System::Drawing::RectangleF rect);
public bool IntersectsWith(System.Drawing.RectangleF rect);
member this.IntersectsWith : System.Drawing.RectangleF -> bool
Public Function IntersectsWith (rect As RectangleF) As Boolean

Paramètres

rect
RectangleF

Rectangle à tester.

Retours

true s’il y a une intersection ; sinon, false.

S’applique à