C# Class Core.WindowRenderer

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

Protected Properties

Свойство Type Description
bgColour int
window Window
windowManager WindowManager

Méthodes publiques

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

Method Details

WindowRenderer() public méthode

public WindowRenderer ( Window w, WindowManager wm, int bg ) : System
w Window
wm WindowManager
bg int
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

drawPixel() public méthode

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

renderEdge() public méthode

public renderEdge ( ) : void
Résultat void

renderString() public méthode

public renderString ( int x, int y, string text ) : void
x int
y int
text string
Résultat void

Property Details

bgColour protected_oe property

protected int bgColour
Résultat int

window protected_oe property

protected Window,Core window
Résultat Window

windowManager protected_oe property

protected WindowManager,Core windowManager
Résultat WindowManager