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

Syntax

[Android.Runtime.Register("union", "(FFFF)V", "GetUnion_FFFFHandler")]
public virtual void Union (float left, float top, float right, float bottom)

Parameters

left
The left edge being unioned with this rectangle
top
The top edge being unioned with this rectangle
right
The right edge being unioned with this rectangle
bottom
The bottom edge 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