C# Class Tibialyzer.TaskHUD

Inheritance: BaseHUD
Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Méthode Description
GetHUD ( ) : string
LoadHUD ( ) : void
ShowHUD ( ) : void
TaskHUD ( ) : System

Méthodes protégées

Méthode Description
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode Description
CloseActualHUD ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void

Method Details

GetHUD() public méthode

public GetHUD ( ) : string
Résultat string

LoadHUD() public méthode

public LoadHUD ( ) : void
Résultat void

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

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ShowHUD() public méthode

public ShowHUD ( ) : void
Résultat void

TaskHUD() public méthode

public TaskHUD ( ) : System
Résultat System