C# 클래스 Mosa.EmulatedDevices.Synthetic.DisplayForm

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Changed bool
bitmap Bitmap
graphic Graphics
onKeyPressed Keyboard.KeyPressed

공개 메소드들

메소드 설명
DisplayForm ( int width, int height ) : System

Initializes a new instance of the DisplayForm class.

SetSize ( int width, int height ) : void

Sets the size.

StartTimer ( ) : void

Starts the timer.

보호된 메소드들

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

Paints the background of the control.

비공개 메소드들

메소드 설명
DisplayForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
DisplayForm_KeyPress ( object sender, KeyPressEventArgs e ) : void
DisplayForm_Paint ( object sender, PaintEventArgs e ) : void
Timer_Tick ( object sender, EventArgs eArgs ) : void

메소드 상세

DisplayForm() 공개 메소드

Initializes a new instance of the DisplayForm class.
public DisplayForm ( int width, int height ) : System
width int
height int
리턴 System

OnPaintBackground() 보호된 메소드

Paints the background of the control.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
리턴 void

SetSize() 공개 메소드

Sets the size.
public SetSize ( int width, int height ) : void
width int The width.
height int The height.
리턴 void

StartTimer() 공개 메소드

Starts the timer.
public StartTimer ( ) : void
리턴 void

프로퍼티 상세

Changed 공개적으로 프로퍼티

public bool Changed
리턴 bool

bitmap 공개적으로 프로퍼티

public Bitmap bitmap
리턴 Bitmap

graphic 공개적으로 프로퍼티

public Graphics graphic
리턴 Graphics

onKeyPressed 공개적으로 프로퍼티

public Keyboard.KeyPressed onKeyPressed
리턴 Keyboard.KeyPressed