[]
        
(Showing Draft Content)

C1.C1Preview.RectangleD.IntersectsWith

IntersectsWith Method

IntersectsWith(RectangleD)

Tests whether the current RectangleD intersects with another.

Declaration
public bool IntersectsWith(RectangleD rc)
Parameters
Type Name Description
RectangleD rc

The RectangleD to test.

Returns
Type Description
bool

true if the current RectangleD intersects with rc, false otherwise.