Table of Contents

Method FillRect

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FillRect(Rectangle, Rune)

Fills the given rect with the given symbol using the currently selected attribute.

public void FillRect(Rectangle rect, Rune rune)

Parameters

rect Rectangle
rune Rune

FillRect(Rectangle, char)

Fills the given rect with the given symbol using the currently selected attribute.

public void FillRect(Rectangle rect, char rune)

Parameters

rect Rectangle
rune char