Operator operator + | Terminal.Gui v1 (original) (raw)
Namespace
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
The Pos that is the sum of the values of left
and right
.