Method | Description | |
---|---|---|
GetPixel ( int x, int y ) : Color | ||
Render ( ) : |
||
SetColor ( Color color ) : void | ||
SetDevice ( int width, int height ) : void | ||
SetDevice ( int width, int height, bool mipmaps, bool linear ) : void | ||
SetPixel ( int x, int y ) : void |
public SetDevice ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SetDevice ( int width, int height, bool mipmaps, bool linear ) : void | ||
width | int | |
height | int | |
mipmaps | bool | |
linear | bool | |
return | void |