C# Class D3BitGUI.CardForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: CreepGin/D3Bit Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
CardForm ( ) : System
CardForm ( Bitmap snapshot ) : System
Process ( ) : void

Méthodes protégées

Méthode Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
CardForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
CardForm_Load ( object sender, EventArgs e ) : void
CardForm_LocationChanged ( object sender, EventArgs e ) : void
CardForm_MouseDown ( object sender, MouseEventArgs e ) : void
CardForm_Paint ( object sender, PaintEventArgs e ) : void
CreateRoundRectRgn ( int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse ) : IntPtr
DeleteObject ( System hObject ) : bool
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
updater_Tick ( object sender, EventArgs e ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

CardForm() public méthode

public CardForm ( ) : System
Résultat System

CardForm() public méthode

public CardForm ( Bitmap snapshot ) : System
snapshot System.Drawing.Bitmap
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool