Table of Contents

Constructor DimCombine

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

DimCombine(AddOrSubtract, Dim, Dim)

Represents a dimension that is a combination of two other dimensions.

public DimCombine(AddOrSubtract Add, Dim Left, Dim Right)

Parameters

Add AddOrSubtract

Indicates whether the two dimensions are added or subtracted.

Left Dim

The left dimension.

Right Dim

The right dimension.

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.