C# Class Display.BufferedDisplayDriver

Inheritance: DisplayDriver
Afficher le fichier Open project: vogon101/BasicOS

Méthodes publiques

Свойство Type Description
didChange bool

Méthodes publiques

Méthode 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 méthode

clear() public méthode

public clear ( ) : void
Résultat void

clearReal() public méthode

public clearReal ( int c ) : void
c int
Résultat void

getPixel() public méthode

public getPixel ( int x, int y ) : byte
x int
y int
Résultat byte

getPixelReal() public méthode

public getPixelReal ( int x, int y ) : byte
x int
y int
Résultat byte

init() public méthode

public init ( ) : void
Résultat void

reDraw() public méthode

public reDraw ( ) : void
Résultat void

setPixel() public méthode

public setPixel ( int x, int y, int c ) : void
x int
y int
c int
Résultat void

step() public méthode

public step ( ) : void
Résultat void

Property Details

didChange public_oe property

public bool didChange
Résultat bool