[]
Tests whether the current Rect intersects with another.
public bool IntersectsWith(Rect rc)
Public Function IntersectsWith(rc As Rect) As Boolean
| Type | Name | Description |
|---|---|---|
| Rect | rc | The Rect to test. |
| Type | Description |
|---|---|
| bool | true if the current Rect intersects with |