Android.Graphics.Region.GetBounds Method
Set the Rect to the bounds of the region.

Syntax

[Android.Runtime.Register("getBounds", "(Landroid/graphics/Rect;)Z", "GetGetBounds_Landroid_graphics_Rect_Handler")]
public virtual bool GetBounds (Rect r)

Parameters

r
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Set the Rect 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