Android.Graphics.RectF.Contains Method
Returns true iff the 4 specified sides of a rectangle are inside or equal to this rectangle. i.e. is this rectangle a superset of the specified rectangle.

Syntax

[Android.Runtime.Register("contains", "(FFFF)Z", "GetContains_FFFFHandler")]
public virtual bool Contains (float left, float top, float right, float bottom)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true iff the 4 specified sides of a rectangle are inside or equal to this rectangle. i.e. is this rectangle a superset of the specified rectangle. An empty rectangle never contains another rectangle.

[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