RectangleF.IntersectsWith

RectangleF.IntersectsWith method

この長方形が交差するかどうかを決定しますrect.

public bool IntersectsWith(RectangleF rect)
パラメータタイプ説明
rectRectangleFテストする四角形。

戻り値

このメソッドは、交差がある場合に true を返します。

関連項目