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