C# Class SystemEx.Windows.Forms.ProcessingPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
PaintStep void
PaintStep void
Start void
Stop void
Tick void
UpdateFromSize void

Méthodes publiques

Méthode Description
ProcessingPanel ( ) : System
ProcessingPanel ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
PaintStep ( ) : void
PaintStep ( Graphics g ) : void
Start ( ) : void
Stop ( ) : void
Tick ( object sender, EventArgs e ) : void
UpdateFromSize ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ProcessingPanel() public méthode

public ProcessingPanel ( ) : System
Résultat System

ProcessingPanel() public méthode

public ProcessingPanel ( IContainer container ) : System
container IContainer
Résultat System

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void