C# 클래스 GameCommon.Box

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

공개 프로퍼티들

프로퍼티 타입 설명
isCursorPosition bool
isSelected bool

공개 메소드들

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

메소드 상세

Box() 공개 메소드

public Box ( ) : System
리턴 System

Box() 공개 메소드

public Box ( int x, int y, char symbol, ConsoleColor color ) : System
x int
y int
symbol char
color ConsoleColor
리턴 System

Box() 공개 메소드

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
리턴 System

DrawBox() 공개 메소드

public DrawBox ( ) : void
리턴 void

InitBox() 공개 메소드

public InitBox ( char symbol ) : void
symbol char
리턴 void

프로퍼티 상세

isCursorPosition 공개적으로 프로퍼티

public bool isCursorPosition
리턴 bool

isSelected 공개적으로 프로퍼티

public bool isSelected
리턴 bool