Property | Type | Description | |
---|---|---|---|
Height | int | ||
Width | int |
Method | Description | |
---|---|---|
SetPixel ( int x, int y, int value ) : void | ||
fontTile ( int x, int y ) : System | ||
getPixel ( int x, int y ) : int |
public SetPixel ( int x, int y, int value ) : void | ||
x | int | |
y | int | |
value | int | |
return | void |