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