RectangleF.IntersectsWith(RectangleF) Metoda

Definicja

Określa, czy ten prostokąt przecina się z .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

Parametry

rect
RectangleF

Prostokąt do przetestowania.

Zwraca

true jeśli istnieje jakiś skrzyżowanie; w przeciwnym razie , false.

Dotyczy