C# Class GameCommon.Box

Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Свойство Type Description
isCursorPosition bool
isSelected bool

Méthodes publiques

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

Method Details

Box() public méthode

public Box ( ) : System
Résultat System

Box() public méthode

public Box ( int x, int y, char symbol, ConsoleColor color ) : System
x int
y int
symbol char
color ConsoleColor
Résultat System

Box() public méthode

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

DrawBox() public méthode

public DrawBox ( ) : void
Résultat void

InitBox() public méthode

public InitBox ( char symbol ) : void
symbol char
Résultat void

Property Details

isCursorPosition public_oe property

public bool isCursorPosition
Résultat bool

isSelected public_oe property

public bool isSelected
Résultat bool