ConEmu.WinForms.ConEmuControl.OnPaint C# (CSharp) Méthode

OnPaint() protected méthode

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