Table of Contents

Method GetLine

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetLine(int)

Returns the characters on the line.

public List<Cell> GetLine(int line)

Parameters

line int

The intended line.

Returns

List<Cell>