ARCed.Controls.GraphicsDeviceControl.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

Ignores WinForms paint-background messages. The default implementation would clear the control to the current background color, causing flickering when our OnPaint implementation then immediately draws some other color over the top using the XNA Framework GraphicsDevice.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void
        protected override void OnPaintBackground(PaintEventArgs pevent)
        {
        }