◆ SetCursorPosition()
| Task SetCursorPosition |
( |
int |
left, |
|
|
int |
top |
|
) |
| |
Set left/right cursor position
- Parameters
-
| left | The left position |
| top | The top position |
- Returns
- An awaitable task that completes once the cursor is updated
Implemented in MonoGraphicDisplay, and CharacterDisplay.
◆ Write()
| Task Write |
( |
dynamic |
value | ) |
|
◆ WriteLine()
| Task WriteLine |
( |
dynamic |
value | ) |
|
Write a line of text, advancing the cursor to the next line
- Parameters
-
- Returns
- An awaitable task that completes when finished
Implemented in MonoGraphicDisplay, and CharacterDisplay.
◆ Clear()
◆ Columns
Number of columns of the display
◆ Rows
Number of rows of the display
◆ CursorLeft
◆ CursorTop
The documentation for this interface was generated from the following file: