C# Class OdessaGUIProject.UI_Controls.CustomPictureBox

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: noahsw/highlight-hunter

Méthodes publiques

Méthode Description
CustomPictureBox ( ) : System
Redraw ( ) : void

Méthodes protégées

Méthode Description
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

CustomPictureBox() public méthode

public CustomPictureBox ( ) : System
Résultat System

OnMove() protected méthode

protected OnMove ( EventArgs e ) : void
e System.EventArgs
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

Redraw() public méthode

public Redraw ( ) : void
Résultat void