Android.Graphics.RectF.Union Method
Update this Rect to enclose itself and the [x,y] coordinate.

Syntax

[Android.Runtime.Register("union", "(FF)V", "GetUnion_FFHandler")]
public virtual void Union (float x, float y)

Parameters

x
The x coordinate of the point to add to the rectangle
y
The y coordinate of the point to add to the rectangle

Remarks

Update this Rect to enclose itself and the [x,y] coordinate. There is no check to see that this rectangle is non-empty.

[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