Table of Contents

Operator implicit operator

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

implicit operator Dim(int)

Creates an Absolute Dim from the specified integer value.

public static implicit operator Dim(int n)

Parameters

n int

The value to convert to the pos.

Returns

Dim

The Absolute Dim.