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

Syntax

[Android.Runtime.Register("contains", "(Landroid/graphics/RectF;)Z", "GetContains_Landroid_graphics_RectF_Handler")]
public virtual bool Contains (RectF 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