C# 클래스 GraphicsEngine.Graphics.SimpleConsoleWindow

상속: IConsoleWindow
파일 보기 프로젝트 열기: ckarcz/GraphicsEngine

공개 메소드들

메소드 설명
Clear ( byte character = null, ushort color = null ) : void
GetCharacter ( int x, int y ) : byte
GetColor ( int x, int y ) : ushort
Set ( int x, int y, byte character, ushort color ) : void
SetCharacter ( int x, int y, byte character ) : void
SetColor ( int x, int y, ushort color ) : void
SetCursor ( int x, int y ) : void
ShowCursor ( bool showCursor ) : void
SimpleConsoleWindow ( int width, int height, string windowTitle = null, ConsoleColor backgroundColor = ConsoleColor.Black, ConsoleColor foregroundColor = ConsoleColor.Cyan ) : System
Update ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( byte character = null, ushort color = null ) : void
character byte
color ushort
리턴 void

GetCharacter() 공개 메소드

public GetCharacter ( int x, int y ) : byte
x int
y int
리턴 byte

GetColor() 공개 메소드

public GetColor ( int x, int y ) : ushort
x int
y int
리턴 ushort

Set() 공개 메소드

public Set ( int x, int y, byte character, ushort color ) : void
x int
y int
character byte
color ushort
리턴 void

SetCharacter() 공개 메소드

public SetCharacter ( int x, int y, byte character ) : void
x int
y int
character byte
리턴 void

SetColor() 공개 메소드

public SetColor ( int x, int y, ushort color ) : void
x int
y int
color ushort
리턴 void

SetCursor() 공개 메소드

public SetCursor ( int x, int y ) : void
x int
y int
리턴 void

ShowCursor() 공개 메소드

public ShowCursor ( bool showCursor ) : void
showCursor bool
리턴 void

SimpleConsoleWindow() 공개 메소드

public SimpleConsoleWindow ( int width, int height, string windowTitle = null, ConsoleColor backgroundColor = ConsoleColor.Black, ConsoleColor foregroundColor = ConsoleColor.Cyan ) : System
width int
height int
windowTitle string
backgroundColor ConsoleColor
foregroundColor ConsoleColor
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void