Screen..::..Print Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Print(ColourEnum, Char, Int32, Int32) |
Prints a character at a given location
|
|
|
Print(ColourEnum, String, Int32, Int32) |
Prints a string at a given location
|
|
|
Print(String, Int32, Int32) |
Prints a string at a given location
|
|
|
Print(ColourEnum, String) |
Prints a string at the current cursor position. The cursor position is moved.
|