C# Класс D3BitGUI.OverlayForm

Показать файл Открыть проект

Открытые методы

Метод Описание
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