C# Class D3BitGUI.OverlayForm

Afficher le fichier Open project: CreepGin/D3Bit

Méthodes publiques

Méthode Description
OverlayForm ( ) : System
OverlayForm ( Bitmap snapshot ) : System
Upload ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs pevent ) : void

Private Methods

Méthode Description
Abort ( ) : void
GetStatStars ( double>.Dictionary processedStats, string generalType ) : int
OverlayForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
OverlayForm_Load ( object sender, EventArgs e ) : void
Process ( ) : void
ShowMaxStats ( string type, string>.Dictionary affixes ) : void
cbQuality_SelectedIndexChanged ( object sender, EventArgs e ) : void
cbType_SelectedIndexChanged ( object sender, EventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
tbDps_TextChanged ( object sender, EventArgs e ) : void
tbName_TextChanged ( object sender, EventArgs e ) : void
tbStats_TextChanged ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

OnPaint() protected méthode

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

OverlayForm() public méthode

public OverlayForm ( ) : System
Résultat System

OverlayForm() public méthode

public OverlayForm ( Bitmap snapshot ) : System
snapshot Bitmap
Résultat System

Upload() public méthode

public Upload ( ) : void
Résultat void