C# 클래스 Core.WindowRenderer

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

보호된 프로퍼티들

프로퍼티 타입 설명
bgColour int
window Window
windowManager WindowManager

공개 메소드들

메소드 설명
WindowRenderer ( Window w, WindowManager wm, int bg ) : System
clear ( ) : void
drawPixel ( int x, int y, int c ) : void
renderEdge ( ) : void
renderString ( int x, int y, string text ) : void

메소드 상세

WindowRenderer() 공개 메소드

public WindowRenderer ( Window w, WindowManager wm, int bg ) : System
w Window
wm WindowManager
bg int
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

drawPixel() 공개 메소드

public drawPixel ( int x, int y, int c ) : void
x int
y int
c int
리턴 void

renderEdge() 공개 메소드

public renderEdge ( ) : void
리턴 void

renderString() 공개 메소드

public renderString ( int x, int y, string text ) : void
x int
y int
text string
리턴 void

프로퍼티 상세

bgColour 보호되어 있는 프로퍼티

protected int bgColour
리턴 int

window 보호되어 있는 프로퍼티

protected Window,Core window
리턴 Window

windowManager 보호되어 있는 프로퍼티

protected WindowManager,Core windowManager
리턴 WindowManager