Table of Contents

Operator implicit operator

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

implicit operator Pos(int)

Creates an Absolute Pos from the specified integer value.

public static implicit operator Pos(int n)

Parameters

n int

The value to convert to the Pos .

Returns

Pos

The Absolute Pos.