Mosa.EmulatedDevices.Synthetic.DisplayForm.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

Paints the background of the control.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
return void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            //base.OnPaintBackground(e);
        }