Table of Contents

Operator operator +

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

operator +(Dim, Dim)

Adds a Dim to a Dim, yielding a new Dim.

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

Parameters

left Dim

The first Dim to add.

right Dim

The second Dim to add.

Returns

Dim

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