C# Class Tibialyzer.CurveBar

Inheritance: System.Windows.Forms.Control
Show file Open project: Mytherin/Tibialyzer

Public Methods

Method Description
CurveBar ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

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

Method Details

CurveBar() public method

public CurveBar ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void