[]
public void Union(Rectangle rectangle)
| Type | Name | Description |
|---|---|---|
| Rectangle | rectangle |
Updates this Region object to the union of itself and the specified Region object.
public void Union(Region region)
| Type | Name | Description |
|---|---|---|
| Region | region | The Region object to unite with this Region object. |