Method Print
Print(int, int, string)
Writes text at the specified position. Caret position is not changed.
void Print(int x, int y, string text)
Writes text at the specified position. Caret position is not changed.
void Print(int x, int y, string text)