[]
        
(Showing Draft Content)

C1.Interop.Rect.IntersectsWith

IntersectsWith Method

IntersectsWith(Rect)

Tests whether the current Rect intersects with another.

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

The Rect to test.

Returns
Type Description
bool

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