[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rectangle.IntersectsWith

IntersectsWith Method

IntersectsWith(Rectangle)

Determines if this rectangle intersects with rect.

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

The rectangle to test.

Returns
Type Description
bool

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