C# 클래스 D3BitGUI.OverlayForm

파일 보기 프로젝트 열기: CreepGin/D3Bit

공개 메소드들

메소드 설명
OverlayForm ( ) : System
OverlayForm ( Bitmap snapshot ) : System
Upload ( ) : void

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs pevent ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

OverlayForm() 공개 메소드

public OverlayForm ( ) : System
리턴 System

OverlayForm() 공개 메소드

public OverlayForm ( Bitmap snapshot ) : System
snapshot Bitmap
리턴 System

Upload() 공개 메소드

public Upload ( ) : void
리턴 void