C# Class CamTimer.Controls.SynchronizedPictureBox

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: fredrikdev/CamTimer Class Usage Examples

Private Properties

Свойство Type Description
SynchronizedPictureBox System

Méthodes publiques

Méthode Description
Refresh ( ) : void

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Méthode Description
SynchronizedPictureBox ( ) : System

Method Details

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void