RectangleF.IntersectsWith(RectangleF) Metoda

Definice

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

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

Platí pro