Table of Contents

Constructor PosCombine

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PosCombine(AddOrSubtract, Pos, Pos)

Represents a position that is a combination of two other positions.

public PosCombine(AddOrSubtract Add, Pos Left, Pos Right)

Parameters

Add AddOrSubtract

Indicates whether the two positions are added or subtracted.

Left Pos

The left position.

Right Pos

The right position.

Remarks

This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Pos class to create Pos objects instead.