Table of Contents

Constructor PosAbsolute

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

PosAbsolute(int)

Represents an absolute position in the layout. This is used to specify a fixed position in the layout.

public PosAbsolute(int Position)

Parameters

Position int

Remarks

This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Pos class to create Pos objects instead.

PosAbsolute(PosAbsolute)

protected PosAbsolute(PosAbsolute original)

Parameters

original PosAbsolute