C# Class Tibialyzer.TaskHUD

Inheritance: BaseHUD
显示文件 Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
GetHUD ( ) : string
LoadHUD ( ) : void
ShowHUD ( ) : void
TaskHUD ( ) : System

Protected Methods

Method Description
OnMove ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Method Description
CloseActualHUD ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void

Method Details

GetHUD() public method

public GetHUD ( ) : string
return string

LoadHUD() public method

public LoadHUD ( ) : void
return void

OnMove() protected method

protected OnMove ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
return void

ShowHUD() public method

public ShowHUD ( ) : void
return void

TaskHUD() public method

public TaskHUD ( ) : System
return System