C# Class D3BitGUI.OverlayForm

Datei anzeigen Open project: CreepGin/D3Bit

Public Methods

Method Description
OverlayForm ( ) : System
OverlayForm ( Bitmap snapshot ) : System
Upload ( ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs pevent ) : void

Private Methods

Method 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 method

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

OverlayForm() public method

public OverlayForm ( ) : System
return System

OverlayForm() public method

public OverlayForm ( Bitmap snapshot ) : System
snapshot Bitmap
return System

Upload() public method

public Upload ( ) : void
return void