Property | Type | Description | |
---|---|---|---|
BackColor | ConsoleColor | ||
Char | char | ||
EmptyPixel | |||
ForeColor | ConsoleColor |
Method | Description | |
---|---|---|
ConsolePixel ( char chr ) : System | ||
GetEdgePixel ( Edge edge, char value ) : |
||
GetVertexPixel ( |
||
Transform ( System.Color color, bool isBack ) : ConsoleColor | ||
Transform ( DegreeType degree ) : char |
Method | Description | |
---|---|---|
ConsolePixel ( ) : System |
public static GetEdgePixel ( Edge edge, char value ) : |
||
edge | Edge | |
value | char | |
return |
public static GetVertexPixel ( |
||
vertex | ||
return |
public static Transform ( System.Color color, bool isBack ) : ConsoleColor | ||
color | System.Color | |
isBack | bool | |
return | ConsoleColor |
public static Transform ( DegreeType degree ) : char | ||
degree | DegreeType | |
return | char |
public static ConsolePixel,MingStar.SimUniversity.ConsoleUI EmptyPixel | ||
return |