C# Class SadConsole.Readers.REXPaint.Cell

A RexPaint layer cell.
Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Свойство Type Description
Background Color
Character int
Foreground Color

Méthodes publiques

Méthode Description
Cell ( int character, Color foreground, Color background ) : System
IsTransparent ( ) : bool

Returns true when the current color is considered transparent.

Method Details

Cell() public méthode

public Cell ( int character, Color foreground, Color background ) : System
character int
foreground Color
background Color
Résultat System

IsTransparent() public méthode

Returns true when the current color is considered transparent.
public IsTransparent ( ) : bool
Résultat bool

Property Details

Background public_oe property

The background color of the cell.
public Color Background
Résultat Color

Character public_oe property

The character for the cell.
public int Character
Résultat int

Foreground public_oe property

The foreground color of the cell.
public Color Foreground
Résultat Color