Table of Contents

Class DimAbsolute

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

Represents a dimension that is a fixed size.

public record DimAbsolute : Dim, IEqualityOperators<Dim, Dim, bool>, IEquatable<Dim>, IEquatable<DimAbsolute>
Inheritance
DimAbsolute
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 Dim class to create Dim objects instead.

Constructors

DimAbsolute(int)

Represents a dimension that is a fixed size.

DimAbsolute(DimAbsolute)

Properties

EqualityContract
Size

Gets the size of the dimension.

Methods

Deconstruct(out int)
Equals(object?)
Equals(Dim?)
Equals(DimAbsolute?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

operator ==(DimAbsolute?, DimAbsolute?)
operator !=(DimAbsolute?, DimAbsolute?)