Android.Graphics.Region.QuickReject Method
Return true if the region is empty, or if the specified rectangle does not intersect the region.

Syntax

[Android.Runtime.Register("quickReject", "(IIII)Z", "GetQuickReject_IIIIHandler")]
public virtual bool QuickReject (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 empty, or if the specified rectangle does not intersect the region. Returning false is not a guarantee that they intersect, but returning true is a guarantee that they do not.

[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