Table of Contents

Method MinimalUnion

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MinimalUnion(Rectangle)

Adds the specified rectangle to the region. Merges all rectangles into the smallest possible bounding shape.

public void MinimalUnion(Rectangle rectangle)

Parameters

rectangle Rectangle

The rectangle to add to the region.

MinimalUnion(Region?)

Adds the specified region to this region. Merges all rectangles into the smallest possible bounding shape.

public void MinimalUnion(Region? region)

Parameters

region Region

The region to add to this region.