[]
Determines if this rectangle intersects with rect
.
public bool IntersectsWith(Rectangle rect)
Public Function IntersectsWith(rect As Rectangle) As Boolean
Type | Name | Description |
---|---|---|
Rectangle | rect | The rectangle to test. |
Type | Description |
---|---|
bool | This method returns |