C# 클래스 SadConsole.Consoles.LayeredTextSurface.Layer

파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]