RectangleF.IntersectsWith(RectangleF) Método
Definição
Determina se esse retângulo faz interseção com rect.Determines if this rectangle intersects with 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 a ser testado.The rectangle to test.
Retornos
true se houver alguma interseção; caso contrário, false.true if there is any intersection; otherwise, false.