Method Combine | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Combine(Rectangle, RegionOp)

Combines rectangle with the region using the specified operation.

public void Combine(Rectangle rectangle, RegionOp operation)

Parameters

rectangle Rectangle

The rectangle to combine.

operation RegionOp

The operation to perform.

Combine(Region?, RegionOp)

Combines region with the region using the specified operation.

public void Combine(Region? region, RegionOp operation)

Parameters

region Region

The region to combine.

operation RegionOp

The operation to perform.