Table of Contents

Method AddRune

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AddRune(int, int, Rune)

Draws the specified character in the specified viewport-relative column and row of the View.

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

Parameters

col int

Column (viewport-relative).

row int

Row (viewport-relative).

rune Rune

The Rune.

Remarks

The top-left corner of the visible content area is ViewPort.Location.