C# Class Texter.Character

Datei anzeigen Open project: Rohansi/Texter Class Usage Examples

Public Properties

Property Type Description
Background int
Blank Character
Foreground int
Glyph int
Transparent Character

Public Methods

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

Method Details

Character() public method

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

Character() public method

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
return int

Blank public_oe static_oe property

public static Character,Texter Blank
return Character

Foreground public_oe property

public int Foreground
return int

Glyph public_oe property

public int Glyph
return int

Transparent public_oe static_oe property

public static Character,Texter Transparent
return Character