C# 클래스 WindowsApplication1.MyForm

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

공개 프로퍼티들

프로퍼티 타입 설명
m_area ].bool[
m_bitmap System.Drawing.Bitmap
m_mouseX int

공개 메소드들

메소드 설명
MyForm ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
Form1_MouseMove ( object sender, MouseEventArgs e ) : void

메소드 상세

MyForm() 공개 메소드

public MyForm ( ) : System
리턴 System

OnPaint() 보호된 메소드

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

프로퍼티 상세

m_area 공개적으로 프로퍼티

public bool[,] m_area
리턴 ].bool[

m_bitmap 공개적으로 프로퍼티

public Bitmap,System.Drawing m_bitmap
리턴 System.Drawing.Bitmap

m_mouseX 공개적으로 프로퍼티

public int m_mouseX
리턴 int