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", "(Landroid/graphics/Rect;)Z", "GetQuickReject_Landroid_graphics_Rect_Handler")]
public virtual bool QuickReject (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 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