ArgsTests.CLI.WinFormsTestConsole.OnPaint C# (CSharp) Method

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void
            protected override void OnPaint(PaintEventArgs e)
            {
                e.Graphics.DrawImage(onScreenBuffer, new PointF(0, 0));
            }