In This Topic
Tests whether the current
Rect intersects with another.
Syntax
'Declaration
Public Function IntersectsWith( _
ByVal As Rect _
) As Boolean
public bool IntersectsWith(
Rect
)
Parameters
- rc
- The Rect to test.
Return Value
true if the current
Rect intersects with ,
false otherwise.
See Also