Table of Contents

Class PosAbsolute

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

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

public record PosAbsolute : Pos, IEquatable<Pos>, IEquatable<PosAbsolute>
Inheritance
PosAbsolute
Implements
Inherited Members

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.

Constructors

PosAbsolute(int)

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

PosAbsolute(PosAbsolute)

Properties

EqualityContract
Position

The position of the View in the layout.

Methods

Deconstruct(out int)
Equals(object?)
Equals(Pos?)
Equals(PosAbsolute?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

operator ==(PosAbsolute?, PosAbsolute?)
operator !=(PosAbsolute?, PosAbsolute?)