C# Class SadConsole.Consoles.LayeredTextSurface.Layer

Show file Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
Index int
RenderCells Cell[]

Public Methods

Method Description
ToTextSurface ( int width, int height, Font font ) : TextSurface

Converts the layer data into a TextSurface.

Method Details

ToTextSurface() public method

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 .
return TextSurface

Property Details

Index public property

The index of the layer.
public int Index
return int

RenderCells public property

The cells that will be rendered.
public Cell[] RenderCells
return Cell[]