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