Exemplo n.º 1
0
        public override void Draw()
        {
            Title.X = this.X + this.Width / 2;
            Title.Y = this.Y + 10;

            UIRenderer.Window(this);
            //  UIRenderer.Layout(Cap);

            //UIRenderer.ButtonCircle(ButtonClose);
            Childs.ForEach(c => c.Draw());
            UIRenderer.TextBlock(Title);
        }