Android.Graphics.Region.Bounds Property
Return a new Rect set to the bounds of the region.

Syntax

[get: Android.Runtime.Register("getBounds", "()Landroid/graphics/Rect;", "GetGetBoundsHandler")]
public virtual Rect Bounds { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return a new Rect set to the bounds of the region. If the region is empty, the Rect will be set to [0, 0, 0, 0]

[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