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