Share via


RectangleF.IntersectsWith(RectangleF) Yöntem

Tanım

Bu dikdörtgenin ile rectkesişip kesişmediğini belirler.

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

Parametreler

rect
RectangleF

Test etmek için dikdörtgen.

Döndürülenler

true herhangi bir kesişim varsa; aksi takdirde , false.

Şunlara uygulanır