Android.Graphics.RegionIterator.Next Method
Return the next rectangle in the region.

Syntax

[Android.Runtime.Register("next", "(Landroid/graphics/Rect;)Z", "")]
public bool Next (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 the next rectangle in the region. If there are no more rectangles this returns false and r is unchanged. If there is at least one more, this returns true and r is set to that rectangle.

[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