Method FillRect
FillRect(Rectangle, Rune)
Fills the specified rectangle with the specified rune, using CurrentAttribute
void FillRect(Rectangle rect, Rune rune = default)
Parameters
Remarks
The value of Clip is honored. Any parts of the rectangle not in the clip will not be drawn.
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)