C# Class Display.BufferedDisplayDriver

Inheritance: DisplayDriver
Show file Open project: vogon101/BasicOS

Public Properties

Property Type Description
didChange bool

Public Methods

Method Description
BufferedDisplayDriver ( )
clear ( ) : void
clearReal ( int c ) : void
getPixel ( int x, int y ) : byte
getPixelReal ( int x, int y ) : byte
init ( ) : void
reDraw ( ) : void
setPixel ( int x, int y, int c ) : void
step ( ) : void

Method Details

BufferedDisplayDriver() public method

clear() public method

public clear ( ) : void
return void

clearReal() public method

public clearReal ( int c ) : void
c int
return void

getPixel() public method

public getPixel ( int x, int y ) : byte
x int
y int
return byte

getPixelReal() public method

public getPixelReal ( int x, int y ) : byte
x int
y int
return byte

init() public method

public init ( ) : void
return void

reDraw() public method

public reDraw ( ) : void
return void

setPixel() public method

public setPixel ( int x, int y, int c ) : void
x int
y int
c int
return void

step() public method

public step ( ) : void
return void

Property Details

didChange public property

public bool didChange
return bool