C# 클래스 Display.DisplayDriver

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

보호된 프로퍼티들

프로퍼티 타입 설명
screen VGAScreen

공개 메소드들

메소드 설명
DisplayDriver ( ) : Cosmos.HAL
clear ( ) : void
clear ( int c ) : void
fillArea ( int startX, int startY, int endX, int endY, int colour ) : void
getHeight ( ) : int
getPixel ( int x, int y ) : byte
getWidth ( ) : int
init ( ) : void
setPixel ( int x, int y, int c ) : void
setPixelRaw ( int x, int y, int c ) : void
step ( ) : void

메소드 상세

DisplayDriver() 공개 메소드

public DisplayDriver ( ) : Cosmos.HAL
리턴 Cosmos.HAL

clear() 공개 메소드

public clear ( ) : void
리턴 void

clear() 공개 메소드

public clear ( int c ) : void
c int
리턴 void

fillArea() 공개 메소드

public fillArea ( int startX, int startY, int endX, int endY, int colour ) : void
startX int
startY int
endX int
endY int
colour int
리턴 void

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getPixel() 공개 메소드

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

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

init() 공개 메소드

public init ( ) : void
리턴 void

setPixel() 공개 메소드

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

setPixelRaw() 공개 메소드

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

step() 공개 메소드

public step ( ) : void
리턴 void

프로퍼티 상세

screen 보호되어 있는 프로퍼티

protected VGAScreen screen
리턴 VGAScreen