Method | Description | |
---|---|---|
Get ( int x, int y ) : |
||
Set ( int x, int y, Character character, bool useBlending = true ) : void | ||
TextImage ( uint width, uint height ) |
Constructs a text image.
|
public Set ( int x, int y, Character character, bool useBlending = true ) : void | ||
x | int | |
y | int | |
character | Character | |
useBlending | bool | |
return | void |
public TextImage ( uint width, uint height ) | ||
width | uint | Width in characters |
height | uint | Height in characters |