Table of Contents

Method Clear

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Clear()

Clears the view region with the current color.

public void Clear()

Remarks

This clears the entire region used by this view.

Clear(Rect)

Clears the specified region with the current color.

public void Clear(Rect regionScreen)

Parameters

regionScreen Rect

The screen-relative region to clear.