SadConsoleEditor.Consoles.BorderConsole.BorderConsole C# (CSharp) Method

BorderConsole() public method

public BorderConsole ( int width, int height ) : System
width int
height int
return System
        public BorderConsole(int width, int height)
            : base(width, height)
        {
            textSurface.Font = Settings.Config.ScreenFont;
            Renderer = new CachedTextSurfaceRenderer(textSurface);

            PrepBox();
        }