public Window(int width, int height) : base(width, height) { _border = Shapes.Box.GetDefaultBox(); _border.Width = width; _border.Height = height; isVisible = false; Renderer = new WindowRenderer(); IsDirty = true; Redraw(); }
public static Box GetDefaultBox() { Box box = new Box(186, 205, 201, 187, 188, 200, 4, 4); return box; }
public static Box GetDefaultBox() { Box box = new Box(186, 205, 201, 187, 188, 200, 4, 4); return(box); }