C# 클래스 SadConsole.Readers.REXPaint.Cell

A RexPaint layer cell.
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 프로퍼티들

프로퍼티 타입 설명
Background Color
Character int
Foreground Color

공개 메소드들

메소드 설명
Cell ( int character, Color foreground, Color background ) : System
IsTransparent ( ) : bool

Returns true when the current color is considered transparent.

메소드 상세

Cell() 공개 메소드

public Cell ( int character, Color foreground, Color background ) : System
character int
foreground Color
background Color
리턴 System

IsTransparent() 공개 메소드

Returns true when the current color is considered transparent.
public IsTransparent ( ) : bool
리턴 bool

프로퍼티 상세

Background 공개적으로 프로퍼티

The background color of the cell.
public Color Background
리턴 Color

Character 공개적으로 프로퍼티

The character for the cell.
public int Character
리턴 int

Foreground 공개적으로 프로퍼티

The foreground color of the cell.
public Color Foreground
리턴 Color