C# 클래스 DoodleJump.BaseForm

파일 보기 프로젝트 열기: Confirmit/Students

보호된 프로퍼티들

프로퍼티 타입 설명
DoodleBase System.Windows.Forms.Label

공개 메소드들

메소드 설명
BaseForm ( ) : System
DoodlJumperMove ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
BaseForm_Activated ( object sender, EventArgs e ) : void
BaseForm_Paint ( object sender, PaintEventArgs e ) : void
BaseForm_Paint_1 ( object sender, PaintEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

BaseForm() 공개 메소드

public BaseForm ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoodlJumperMove() 공개 메소드

public DoodlJumperMove ( ) : void
리턴 void

OnPaint() 보호된 메소드

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

프로퍼티 상세

DoodleBase 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label DoodleBase
리턴 System.Windows.Forms.Label