Method FillRect
FillRect(Rectangle, Rune)
Fills the given rect
with the given
symbol using the currently selected attribute.
public void FillRect(Rectangle rect, Rune rune)
Parameters
FillRect(Rectangle, char)
Fills the given rect
with the given
symbol using the currently selected attribute.
public void FillRect(Rectangle rect, char rune)