C# Class SadConsole.Consoles.LayeredTextSurface.Layer

Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
Index int
RenderCells Cell[]

Méthodes publiques

Méthode Description
ToTextSurface ( int width, int height, Font font ) : TextSurface

Converts the layer data into a TextSurface.

Method Details

ToTextSurface() public méthode

Converts the layer data into a TextSurface.
public ToTextSurface ( int width, int height, Font font ) : TextSurface
width int Target width of the .
height int Target height of the .
font Font Target font of the .
Résultat TextSurface

Property Details

Index public_oe property

The index of the layer.
public int Index
Résultat int

RenderCells public_oe property

The cells that will be rendered.
public Cell[] RenderCells
Résultat Cell[]