Method | Description | |
---|---|---|
Clear ( ) : void | ||
SetBackColor ( Color, color ) : void | ||
SetCursorPosition ( int left, int top ) : void | ||
SetForeColor ( Color, color ) : void | ||
Write ( string text ) : void | ||
Write ( string text, Color, color ) : void | ||
WriteLine ( string text ) : void | ||
WriteLine ( string text, Color, color ) : void |
public SetCursorPosition ( int left, int top ) : void | ||
left | int | |
top | int | |
return | void |
public Write ( string text, Color, color ) : void | ||
text | string | |
color | Color, | |
return | void |
public WriteLine ( string text, Color, color ) : void | ||
text | string | |
color | Color, | |
return | void |