C# Class Texter.Character

Afficher le fichier Open project: Rohansi/Texter Class Usage Examples

Méthodes publiques

Свойство Type Description
Background int
Blank Character
Foreground int
Glyph int
Transparent Character

Méthodes publiques

Méthode Description
Character ( char glyph, int foreground = -1, int background = -1 )
Character ( int glyph = -1, int foreground = -1, int background = -1 )

Method Details

Character() public méthode

public Character ( char glyph, int foreground = -1, int background = -1 )
glyph char
foreground int
background int

Character() public méthode

public Character ( int glyph = -1, int foreground = -1, int background = -1 )
glyph int
foreground int
background int

Property Details

Background public_oe property

public int Background
Résultat int

Blank public_oe static_oe property

public static Character,Texter Blank
Résultat Character

Foreground public_oe property

public int Foreground
Résultat int

Glyph public_oe property

public int Glyph
Résultat int

Transparent public_oe static_oe property

public static Character,Texter Transparent
Résultat Character