Method SetWidth | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
SetWidth(int, out int)
Calculate the width based on the Width settings.
public bool SetWidth(int desiredWidth, out int resultWidth)
Parameters
desiredWidth
int
The desired width.
resultWidth
int
The real result width.
Returns
true if the width can be directly assigned, false otherwise.