Fills an area with a specific character.
Assertions: The point (x, y) must be in bounds.
The starting x position.
The starting y position.
How many characters to fill.
How many lines to fill.
The character to place.
this, for function chaining.
See Implementation
Fills an area with a specific character.
Assertions: The point (x, y) must be in bounds.