Android.Graphics.Region.QuickContains Method
Return true if the region is a single rectangle (not complex) and it contains the specified rectangle.

Syntax

[Android.Runtime.Register("quickContains", "(Landroid/graphics/Rect;)Z", "GetQuickContains_Landroid_graphics_Rect_Handler")]
public virtual bool QuickContains (Rect r)

Parameters

r
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return true if the region is a single rectangle (not complex) and it contains the specified rectangle. Returning false is not a guarantee that the rectangle is not contained by this region, but return true is a guarantee that the rectangle is contained by this region.

[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