[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rect.IntersectsWith

IntersectsWith Method

IntersectsWith(Rect)

Determines if this rectangle intersects with rect.

Declaration
public bool IntersectsWith(Rect rect)
Public Function IntersectsWith(rect As Rect) As Boolean
Parameters
Type Name Description
Rect rect

The rectangle to test.

Returns
Type Description
bool

This method returns true if there is any intersection, otherwise false.