ATMLWorkBench.controls.SignalPlotter.OnPaint C# (CSharp) 메소드

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void
        protected override void OnPaint(PaintEventArgs e)
        {
            DoPage(e.Graphics, Color.Red, ClientSize.Width, ClientSize.Height);
        }