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

Syntax

[Android.Runtime.Register("quickReject", "(Landroid/graphics/Region;)Z", "GetQuickReject_Landroid_graphics_Region_Handler")]
public virtual bool QuickReject (Region rgn)

Parameters

rgn
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 region 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