C# Class D3BitGUI.CardForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: CreepGin/D3Bit Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
CardForm ( ) : System
CardForm ( Bitmap snapshot ) : System
Process ( ) : void

Protected Methods

Method Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

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

public Abort ( ) : void
return void

CardForm() public method

public CardForm ( ) : System
return System

CardForm() public method

public CardForm ( Bitmap snapshot ) : System
snapshot System.Drawing.Bitmap
return System

Process() public method

public Process ( ) : void
return void

ProcessCmdKey() protected method

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