C# 클래스 MingStar.SimUniversity.ConsoleUI.ConsolePixel

파일 보기 프로젝트 열기: MingStar/SimUniversity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackColor ConsoleColor
Char char
EmptyPixel ConsolePixel
ForeColor ConsoleColor

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConsolePixel ( ) : System

메소드 상세

ConsolePixel() 공개 메소드

public ConsolePixel ( char chr ) : System
chr char
리턴 System

GetEdgePixel() 공개 정적인 메소드

public static GetEdgePixel ( Edge edge, char value ) : ConsolePixel
edge Edge
value char
리턴 ConsolePixel

GetVertexPixel() 공개 정적인 메소드

public static GetVertexPixel ( Vertex vertex ) : ConsolePixel
vertex MingStar.SimUniversity.Board.Vertex
리턴 ConsolePixel

Transform() 공개 정적인 메소드

public static Transform ( System.Color color, bool isBack ) : ConsoleColor
color System.Color
isBack bool
리턴 ConsoleColor

Transform() 공개 정적인 메소드

public static Transform ( DegreeType degree ) : char
degree DegreeType
리턴 char

프로퍼티 상세

BackColor 공개적으로 프로퍼티

public ConsoleColor BackColor
리턴 ConsoleColor

Char 공개적으로 프로퍼티

public char Char
리턴 char

EmptyPixel 공개적으로 정적으로 프로퍼티

public static ConsolePixel,MingStar.SimUniversity.ConsoleUI EmptyPixel
리턴 ConsolePixel

ForeColor 공개적으로 프로퍼티

public ConsoleColor ForeColor
리턴 ConsoleColor