Class DimAbsolute | Terminal.Gui v2 (original) (raw)
Namespace
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
Represents a dimension that is a fixed size.
Properties
Gets the size of the dimension.
Methods
Returns a string that represents the current object.