Method FillRect | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
FillRect(Rectangle, Rune)
Fills the specified rectangle with the specified rune, using CurrentAttribute
void FillRect(Rectangle rect, Rune rune = default)
Parameters
rect
Rectangle
The Screen-relative rectangle.
rune
Rune
The Rune used to fill the rectangle
FillRect(Rectangle, char)
Fills the specified rectangle with the specified char. This method is a convenience method that calls FillRect(Rectangle, Rune).
void FillRect(Rectangle rect, char c)
Parameters
rect
Rectangle
c
char