Свойство | Type | Description | |
---|---|---|---|
isCursorPosition | bool | ||
isSelected | bool |
Méthode | Description | |
---|---|---|
Box ( ) : System | ||
Box ( int x, int y, char symbol, ConsoleColor color ) : System | ||
Box ( int x, int y, char symbol, ConsoleColor color, bool isSelected, bool isCursorPosition ) : System | ||
DrawBox ( ) : void | ||
InitBox ( char symbol ) : void |
public Box ( int x, int y, char symbol, ConsoleColor color ) : System | ||
x | int | |
y | int | |
symbol | char | |
color | ConsoleColor | |
Résultat | System |
public Box ( int x, int y, char symbol, ConsoleColor color, bool isSelected, bool isCursorPosition ) : System | ||
x | int | |
y | int | |
symbol | char | |
color | ConsoleColor | |
isSelected | bool | |
isCursorPosition | bool | |
Résultat | System |