[]
        
(Showing Draft Content)

C1.Android.Core.C1Rect.IntersectsWith

IntersectsWith Method

IntersectsWith(C1Rect)

Indicates whether the specified rectangle intersects with the current rectangle.

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

The rectangle to check.

Returns
Type Description
bool

true if the specified rectangle intersects with the current rectangle; otherwise, false.