Class DimAbsolute | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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.

Properties

Size

Gets the size of the dimension.

Methods

ToString()

Returns a string that represents the current object.