Rectangle.Union Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Union(Rectangle) |
A new Rectangle whose bounds cover the union of |
Union(Rectangle, Rectangle) |
A new Rectangle whose bounds cover the union of |
Union(Rectangle)
Union(Rectangle, Rectangle)
A new Rectangle whose bounds cover the union of r1
and r2
.
public static Xamarin.Forms.Rectangle Union (Xamarin.Forms.Rectangle r1, Xamarin.Forms.Rectangle r2);
static member Union : Xamarin.Forms.Rectangle * Xamarin.Forms.Rectangle -> Xamarin.Forms.Rectangle
Parameters
Returns
Returns a new Rectangle whose bounds cover the union of r1
and r2
.