Android.Graphics.Rect.Union Method
Update this Rect to enclose itself and the specified rectangle.

Syntax

[Android.Runtime.Register("union", "(Landroid/graphics/Rect;)V", "")]
public void Union (Rect r)

Parameters

r
The rectangle being unioned with this rectangle

Remarks

Update this Rect to enclose itself and the specified rectangle. If the specified rectangle is empty, nothing is done. If this rectangle is empty it is set to the specified 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