CSPspEmu.Gui.Winforms.Winforms.GLControl.OnPaintBackground C# (CSharp) Метод

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            if (DesignMode)
            {
                e.Graphics.FillRectangle(new SolidBrush(Color.BlueViolet), e.ClipRectangle);
            }
        }