C# 클래스 D3BitGUI.CardForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: CreepGin/D3Bit 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
CardForm ( ) : System
CardForm ( Bitmap snapshot ) : System
Process ( ) : void

보호된 메소드들

메소드 설명
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

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

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CardForm() 공개 메소드

public CardForm ( ) : System
리턴 System

CardForm() 공개 메소드

public CardForm ( Bitmap snapshot ) : System
snapshot System.Drawing.Bitmap
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

ProcessCmdKey() 보호된 메소드

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