RectangleF.IntersectsWith(RectangleF) Metodo

Definizione

Determina se questo rettangolo si interseca con 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

Parametri

rect
RectangleF

Rettangolo da testare.

Valori restituiti

true se esiste un'intersezione; in caso contrario, false.

Si applica a