Android.Graphics.Rect.Contains Method
Returns true iff the specified rectangle r is inside or equal to this rectangle.

Syntax

[Android.Runtime.Register("contains", "(Landroid/graphics/Rect;)Z", "")]
public bool Contains (Rect r)

Parameters

r
The rectangle being tested for containment.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true iff the specified rectangle r is inside or equal to this 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