IntersectsWith Method (RectL)
In This Topic
Determines if this rectangle intersects with rect.
Syntax
'Declaration
Public Function IntersectsWith( _
ByVal As RectL _
) As System.Boolean
public System.bool IntersectsWith(
RectL
)
Parameters
- rect
See Also