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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
ObscurerForm ( ) : System
ShowForm ( Rectangle screenRect ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the PaintBackground event.

Method Details

ObscurerForm() public méthode

public ObscurerForm ( ) : System
Résultat System

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

ShowForm() public méthode

public ShowForm ( Rectangle screenRect ) : void
screenRect System.Drawing.Rectangle
Résultat void