RectangleF.IntersectsWith メソッド
この四角形が rect と交差するかどうかを判断します。
Public Function IntersectsWith( _
ByVal rect As RectangleF _) As Boolean
[C#]
public bool IntersectsWith(RectangleFrect);
[C++]
public: bool IntersectsWith(RectangleFrect);
[JScript]
public function IntersectsWith(
rect : RectangleF) : Boolean;
パラメータ
- rect
テスト対象の四角形。
戻り値
交差部分が存在する場合、このメソッドは true を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ