C# Class Tibialyzer.CurveBar

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

Méthode Description
CurveBar ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
UpdateHealth ( Tibialyzer.Structures.PlayerHealth playerHealth ) : void
UpdateHudVisibility ( bool visible ) : void
UpdateMana ( Tibialyzer.Structures.PlayerMana playerMana ) : void

Method Details

CurveBar() public méthode

public CurveBar ( ) : System
Résultat System

OnPaint() protected méthode

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