Method SetChar
SetChar(int, int, char)
Writes character at the specified position. Caret position is not changed.
void SetChar(int x, int y, char c)
Writes character at the specified position. Caret position is not changed.
void SetChar(int x, int y, char c)