Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IntersectsWith(RectangleD)

Declaration

public bool IntersectsWith(
    RectangleD rect
)

Summary

Determines if this rectangle intersects with rect.

Parameters

RectangleDrect The rectangle to test.

Returns

Returns true if there is any intersection, otherwise false.