Method Union | Terminal.Gui v2 (original) (raw)
Table of Contents
Namespace
Assembly
Terminal.Gui.dll
Union(Rectangle)
Adds the specified rectangle to the region. Merges all rectangles into a minimal or granular bounding shape.
public void Union(Rectangle rectangle)
Parameters
rectangle
Rectangle
The rectangle to add to the region.
Union(Region?)
Adds the specified region to this region. Merges all rectangles into a minimal or granular bounding shape.
public void Union(Region? region)
Parameters
region
Region
The region to add to this region.