Android.Graphics.RectF.Intersects Method
Returns true if this rectangle intersects the specified rectangle.

Syntax

[Android.Runtime.Register("intersects", "(FFFF)Z", "GetIntersects_FFFFHandler")]
public virtual bool Intersects (float left, float top, float right, float bottom)

Parameters

left
The left side of the rectangle being tested for intersection
top
The top of the rectangle being tested for intersection
right
The right side of the rectangle being tested for intersection
bottom
The bottom of the rectangle being tested for intersection

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if this rectangle intersects the specified rectangle. In no event is this rectangle modified. No check is performed to see if either rectangle is empty. To record the intersection, use intersect() or setIntersect().

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1