RectangleF.IntersectsWith(RectangleF) Metodo

Definizione

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

Parametri

rect
RectangleF

Rettangolo da sottoporre a verifica.

Restituisce

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

Si applica a