Метод | Описание | |
---|---|---|
Clear ( byte character = null, ushort color = null ) : void | ||
GetCharacter ( int x, int y ) : byte | ||
GetColor ( int x, int y ) : ushort | ||
Set ( int x, int y, byte character, ushort color ) : void | ||
SetCharacter ( int x, int y, byte character ) : void | ||
SetColor ( int x, int y, ushort color ) : void | ||
SetCursor ( int x, int y ) : void | ||
ShowCursor ( bool showCursor ) : void | ||
SimpleConsoleWindow ( int width, int height, string windowTitle = null, ConsoleColor backgroundColor = ConsoleColor.Black, ConsoleColor foregroundColor = ConsoleColor.Cyan ) : System | ||
Update ( ) : void |
public Clear ( byte character = null, ushort color = null ) : void | ||
character | byte | |
color | ushort | |
Результат | void |
public GetCharacter ( int x, int y ) : byte | ||
x | int | |
y | int | |
Результат | byte |
public Set ( int x, int y, byte character, ushort color ) : void | ||
x | int | |
y | int | |
character | byte | |
color | ushort | |
Результат | void |
public SetCharacter ( int x, int y, byte character ) : void | ||
x | int | |
y | int | |
character | byte | |
Результат | void |
public SetColor ( int x, int y, ushort color ) : void | ||
x | int | |
y | int | |
color | ushort | |
Результат | void |
public ShowCursor ( bool showCursor ) : void | ||
showCursor | bool | |
Результат | void |
public SimpleConsoleWindow ( int width, int height, string windowTitle = null, ConsoleColor backgroundColor = ConsoleColor.Black, ConsoleColor foregroundColor = ConsoleColor.Cyan ) : System | ||
width | int | |
height | int | |
windowTitle | string | |
backgroundColor | ConsoleColor | |
foregroundColor | ConsoleColor | |
Результат | System |