C# Класс SadConsole.Consoles.LayeredTextSurface.Layer

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Index int
RenderCells Cell[]

Открытые методы

Метод Описание
ToTextSurface ( int width, int height, Font font ) : TextSurface

Converts the layer data into a TextSurface.

Описание методов

ToTextSurface() публичный Метод

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 .
Результат TextSurface

Описание свойств

Index публичное свойство

The index of the layer.
public int Index
Результат int

RenderCells публичное свойство

The cells that will be rendered.
public Cell[] RenderCells
Результат Cell[]