Table of Contents

Method AddRune

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AddRune(int, int, Rune)

Displays the specified character in the specified column and row of the View.

public void AddRune(int col, int row, Rune ch)

Parameters

col int

Column (view-relative).

row int

Row (view-relative).

ch Rune

Ch.