D2DTestApp.D2DView.OnPaintBackground C# (CSharp) 메소드

OnPaintBackground() 보호된 메소드

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