Method Union
Union(IBounds)
Returns the smallest rectangle that contains both this rectangle and another bounds object.
public Rectangle Union(IBounds other)
Parameters
otherIBoundsThe bounds object to combine with.
Returns the smallest rectangle that contains both this rectangle and another bounds object.
public Rectangle Union(IBounds other)
other IBoundsThe bounds object to combine with.