C# 클래스 MBC.App.FormBattleship.Controls.CellButton

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
CellButton ( Coordinates coord ) : System

보호된 메소드들

메소드 설명
DoPaint ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
CellButton ( ) : System
LoadImage ( Assembly assembly, string img ) : Image

메소드 상세

CellButton() 공개 메소드

public CellButton ( Coordinates coord ) : System
coord Coordinates
리턴 System

DoPaint() 보호된 메소드

protected DoPaint ( ) : void
리턴 void

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

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

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void