C# Class MingStar.SimUniversity.ConsoleUI.ConsolePixel

Afficher le fichier Open project: MingStar/SimUniversity Class Usage Examples

Méthodes publiques

Свойство Type Description
BackColor ConsoleColor
Char char
EmptyPixel ConsolePixel
ForeColor ConsoleColor

Méthodes publiques

Méthode Description
ConsolePixel ( char chr ) : System
GetEdgePixel ( Edge edge, char value ) : ConsolePixel
GetVertexPixel ( Vertex vertex ) : ConsolePixel
Transform ( System.Color color, bool isBack ) : ConsoleColor
Transform ( DegreeType degree ) : char

Private Methods

Méthode Description
ConsolePixel ( ) : System

Method Details

ConsolePixel() public méthode

public ConsolePixel ( char chr ) : System
chr char
Résultat System

GetEdgePixel() public static méthode

public static GetEdgePixel ( Edge edge, char value ) : ConsolePixel
edge Edge
value char
Résultat ConsolePixel

GetVertexPixel() public static méthode

public static GetVertexPixel ( Vertex vertex ) : ConsolePixel
vertex MingStar.SimUniversity.Board.Vertex
Résultat ConsolePixel

Transform() public static méthode

public static Transform ( System.Color color, bool isBack ) : ConsoleColor
color System.Color
isBack bool
Résultat ConsoleColor

Transform() public static méthode

public static Transform ( DegreeType degree ) : char
degree DegreeType
Résultat char

Property Details

BackColor public_oe property

public ConsoleColor BackColor
Résultat ConsoleColor

Char public_oe property

public char Char
Résultat char

EmptyPixel public_oe static_oe property

public static ConsolePixel,MingStar.SimUniversity.ConsoleUI EmptyPixel
Résultat ConsolePixel

ForeColor public_oe property

public ConsoleColor ForeColor
Résultat ConsoleColor