C# Class Display.DisplayDriver

Afficher le fichier Open project: vogon101/BasicOS Class Usage Examples

Protected Properties

Свойство Type Description
screen VGAScreen

Méthodes publiques

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

Method Details

DisplayDriver() public méthode

public DisplayDriver ( ) : Cosmos.HAL
Résultat Cosmos.HAL

clear() public méthode

public clear ( ) : void
Résultat void

clear() public méthode

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

fillArea() public méthode

public fillArea ( int startX, int startY, int endX, int endY, int colour ) : void
startX int
startY int
endX int
endY int
colour int
Résultat void

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getPixel() public méthode

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

getWidth() public méthode

public getWidth ( ) : int
Résultat int

init() public méthode

public init ( ) : 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

setPixelRaw() public méthode

public setPixelRaw ( 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

screen protected_oe property

protected VGAScreen screen
Résultat VGAScreen