[]
        
(Showing Draft Content)

C1.Android.Chart._Rect.Intersect

Intersect Method

Intersect(_Rect)

Returns a value indicating whether the rectangle intersects with the specified rectangle.

Declaration
public bool Intersect(_Rect rect)
Parameters
Type Name Description
_Rect rect
Returns
Type Description
bool

Intersect(_Rect, _Rect)

Declaration
public static _Rect Intersect(_Rect a, _Rect b)
Parameters
Type Name Description
_Rect a
_Rect b
Returns
Type Description
_Rect