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

Syntax

[Android.Runtime.Register("union", "(II)V", "")]
public void Union (int x, int 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