ConEmu.WinForms.ConEmuControl.OnPaint C# (CSharp) 메소드

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs args ) : void
args PaintEventArgs
리턴 void
        protected override void OnPaint(PaintEventArgs args)
        {
            if(_running != null) // Occupies the whole area
                return;
            args.Graphics.FillRectangle(SystemBrushes.ControlDark, args.ClipRectangle);
        }