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