C# Class StarterProject.CustomConsoles.HexTextSurface

Inheritance: SadConsole.Consoles.TextSurface
Exibir arquivo Open project: Thraka/SadConsole

Public Methods

Method Description
HexTextSurface ( int width, int height ) : System

Protected Methods

Method Description
ResetArea ( ) : void

Method Details

HexTextSurface() public method

public HexTextSurface ( int width, int height ) : System
width int
height int
return System

ResetArea() protected method

protected ResetArea ( ) : void
return void