D2DTestApp.D2DView.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            if (!_d2dEnabled)
                base.OnPaintBackground(e);
        }