RectangleF.IntersectsWith(RectangleF) Método

Definição

Determina se este retângulo intersecta com 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

Parâmetros

rect
RectangleF

O retângulo para testar.

Devoluções

true se houver alguma interseção; caso contrário, false.

Aplica-se a