Method | Description | |
---|---|---|
Clear ( ) : void | ||
PrintToConsole ( Point position, bool clear = false ) : void | ||
SetCursor ( int x, int y ) : void | ||
SetSize ( |
||
TextBuffer ( |
||
TextBuffer ( int width, int height ) : System | ||
Write ( string str ) : void | ||
WriteCharacter ( char c, bool wrap = true ) : void | ||
WriteNoWrap ( string str ) : void |
Method | Description | |
---|---|---|
CanPrint ( ) : bool | ||
IncrementCursor ( bool wrap ) : void |
public PrintToConsole ( Point position, bool clear = false ) : void | ||
position | Point | |
clear | bool | |
return | void |
public TextBuffer ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public WriteCharacter ( char c, bool wrap = true ) : void | ||
c | char | |
wrap | bool | |
return | void |