RectangleF.IntersectsWith(RectangleF) Méthode

Définition

Détermine si ce rectangle croise rect.

public:
 bool IntersectsWith(System::Drawing::RectangleF rect);
public readonly 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 si une intersection existe ; sinon, false.

S’applique à