ComponentFactory.Krypton.Toolkit.ScreenObscurer.ObscurerForm.OnPaint C# (CSharp) Method

OnPaint() protected method

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
return void
            protected override void OnPaint(PaintEventArgs e)
            {
                // We do nothing, so the area underneath shows through
            }