SadConsoleEditor.Consoles.BorderConsole.BorderConsole C# (CSharp) Метод

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

public BorderConsole ( int width, int height ) : System
width int
height int
Результат System
        public BorderConsole(int width, int height)
            : base(width, height)
        {
            textSurface.Font = Settings.Config.ScreenFont;
            Renderer = new CachedTextSurfaceRenderer(textSurface);

            PrepBox();
        }