PyConsoleScreenBuffer.FillConsoleOutputCharacter

int = FillConsoleOutputCharacter(Character, Length , WriteCoord )

Sets consecutive character positions to a specified character

Parameters

Character : PyUNICODE

A single character to be used to fill the specified range

Length : int

The number of characters positions to fill

WriteCoord : PyCOORD

The screen position to begin at

Return Value

Returns the number of characters actually written