public void dbugPaintToOutputWindowFullMode()
        {
            Rectangle rect = new Rectangle(0, 0, _rootGraphic.Width, _rootGraphic.Height);

            _rootGraphic.InvalidateRootGraphicArea(ref rect);
            this.PaintToOutputWindow();
        }