Method Clear | Terminal.Gui v1 (original) (raw)
Namespace
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.