IntersectsWith Method
IntersectsWith(RectL)
Determines if this rectangle intersects with rect.
Declaration
public bool IntersectsWith(RectL rect)
Public Function IntersectsWith(rect As RectL) As Boolean
Parameters
| Type |
Name |
Description |
| RectL |
rect |
|
Returns