Summary
Determines whether a rectangle intersects with this rectangle.
Syntax
public bool Intersects(Rect rect)
Parameters
Name | Type | Description |
---|---|---|
rect | Rect | The other rectangle. |
Return Value
Type | Description |
---|---|
bool | True if the specified rectangle intersects with this one; otherwise false. |