RectangleF.IntersectsWith(RectangleF) Método

Definición

Determina si este rectángulo tiene una intersección con 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

Parámetros

rect
RectangleF

Rectángulo que se va a probar.

Devoluciones

true si hay alguna intersección; de lo contrario, false.

Se aplica a