C# Class ComponentFactory.Krypton.Toolkit.ScreenObscurer.ObscurerForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
ObscurerForm ( ) : System
ShowForm ( Rectangle screenRect ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

Method Details

ObscurerForm() public method

public ObscurerForm ( ) : System
return System

OnPaint() protected method

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
return void

OnPaintBackground() protected method

Raises the PaintBackground event.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs An PaintEventArgs containing the event data.
return void

ShowForm() public method

public ShowForm ( Rectangle screenRect ) : void
screenRect System.Drawing.Rectangle
return void