Tests whether the current
Rect intersects with another.
シンタックス
'宣言
Public Function IntersectsWith( _
ByVal As Rect _
) As Boolean
public bool IntersectsWith(
Rect
)
パラメータ
- rc
- The Rect to test.
戻り値の型
true if the current
Rect intersects with ,
false otherwise.
参照