Android.Graphics.RectF.Intersect Method
If the rectangle specified by left,top,right,bottom intersects this rectangle, return true and set this rectangle to that intersection, otherwise return false and do not change this rectangle.

Syntax

[Android.Runtime.Register("intersect", "(FFFF)Z", "GetIntersect_FFFFHandler")]
public virtual bool Intersect (float left, float top, float right, float bottom)

Parameters

left
The left side of the rectangle being intersected with this rectangle
top
The top of the rectangle being intersected with this rectangle
right
The right side of the rectangle being intersected with this rectangle.
bottom
The bottom of the rectangle being intersected with this rectangle.

Returns

Documentation for this section has not yet been entered.

Remarks

If the rectangle specified by left,top,right,bottom intersects this rectangle, return true and set this rectangle to that intersection, otherwise return false and do not change this rectangle. No check is performed to see if either rectangle is empty. Note: To just test for intersection, use intersects()

[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