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", "(IIII)Z", "GetQuickContains_IIIIHandler")]
public virtual bool QuickContains (int left, int top, int right, int bottom)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
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