Свойство | Type | Description | |
---|---|---|---|
column | uint | ||
row | uint |
Méthode | Description | |
---|---|---|
Clear ( ) : void |
Clears this instance.
|
|
ClearRow ( ) : void | ||
Goto ( uint row, uint col ) : void |
Goto the specified row and column.
|
|
GotoTop ( ) : void |
Goto the top.
|
|
NextLine ( ) : void |
Goto the next line.
|
|
RawWrite ( uint row, uint column, char chr, byte color ) : void |
Writes the character.
|
|
SetCursor ( uint row, uint col ) : void |
Sets the cursor.
|
|
UpdateCursor ( ) : void | ||
Write ( |
Writes the string to the screen.
|
|
Write ( char chr ) : void |
Writes the character.
|
|
Write ( string value ) : void |
Writes the string to the screen.
|
|
Write ( uint val ) : void |
Writes the specified value.
|
|
Write ( uint val, byte digits, int size ) : void |
Writes the specified value.
|
Méthode | Description | |
---|---|---|
Next ( ) : void |
Next Column
|
|
Skip ( uint skip ) : void |
Skips the specified skip.
|
public static Goto ( uint row, uint col ) : void | ||
row | uint | The row. |
col | uint | The col. |
Résultat | void |
public static RawWrite ( uint row, uint column, char chr, byte color ) : void | ||
row | uint | |
column | uint | |
chr | char | The character. |
color | byte | |
Résultat | void |
public static SetCursor ( uint row, uint col ) : void | ||
row | uint | The row. |
col | uint | The col. |
Résultat | void |
public static Write ( |
||
value | The string value to write to the screen. | |
Résultat | void |
public static Write ( char chr ) : void | ||
chr | char | The character. |
Résultat | void |
public static Write ( string value ) : void | ||
value | string | The string value to write to the screen. |
Résultat | void |
public static Write ( uint val ) : void | ||
val | uint | The val. |
Résultat | void |
public static Write ( uint val, byte digits, int size ) : void | ||
val | uint | The val. |
digits | byte | The digits. |
size | int | The size. |
Résultat | void |