RectangleF.IntersectsWith(RectangleF) メソッド

定義

この四角形が 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

パラメーター

rect
RectangleF

テストする四角形。

返品

true 交差がある場合。それ以外の場合は false

適用対象