RectangleF.IntersectsWith(RectangleF) Metoda

Definice

Určuje, zda tento obdélník protíná 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

Obdélník, který chcete otestovat.

Návraty

trueje-li nějaký průsečík; v opačném případě . false

Platí pro