Operator operator + | Terminal.Gui v1 (original) (raw)

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.

Edit this page