C# Class Texter.TextImage

Inheritance: ITextRenderer
Afficher le fichier Open project: Rohansi/Texter

Méthodes publiques

Méthode Description
Get ( int x, int y ) : Character
Set ( int x, int y, Character character, bool useBlending = true ) : void
TextImage ( uint width, uint height )

Constructs a text image.

Method Details

Get() public méthode

public Get ( int x, int y ) : Character
x int
y int
Résultat Character

Set() public méthode

public Set ( int x, int y, Character character, bool useBlending = true ) : void
x int
y int
character Character
useBlending bool
Résultat void

TextImage() public méthode

Constructs a text image.
public TextImage ( uint width, uint height )
width uint Width in characters
height uint Height in characters