Table of Contents

Operator operator +

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator +(Pos, Pos)

Adds a Pos to a Pos, yielding a new Pos.

public static Pos operator +(Pos left, Pos right)

Parameters

left Pos

The first Pos to add.

right Pos

The second Pos to add.

Returns

Pos

The Pos that is the sum of the values of left and right.