ARCed.Controls.GraphicsDeviceControl.OnPaintBackground C# (CSharp) 메소드

OnPaintBackground() 보호된 메소드

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
리턴 void
        protected override void OnPaintBackground(PaintEventArgs pevent)
        {
        }