Свойство | Type | Description | |
---|---|---|---|
bgColour | int | ||
window | |||
windowManager |
Méthode | Description | |
---|---|---|
WindowRenderer ( |
||
clear ( ) : void | ||
drawPixel ( int x, int y, int c ) : void | ||
renderEdge ( ) : void | ||
renderString ( int x, int y, string text ) : void |
public WindowRenderer ( |
||
w | ||
wm | ||
bg | int | |
Résultat | System |
public drawPixel ( int x, int y, int c ) : void | ||
x | int | |
y | int | |
c | int | |
Résultat | void |
public renderString ( int x, int y, string text ) : void | ||
x | int | |
y | int | |
text | string | |
Résultat | void |