C# Class Mosa.EmulatedDevices.Synthetic.DisplayForm

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
Changed bool
bitmap Bitmap
graphic Graphics
onKeyPressed Keyboard.KeyPressed

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs e ) : void

Paints the background of the control.

Private Methods

Méthode Description
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

Method Details

DisplayForm() public méthode

Initializes a new instance of the DisplayForm class.
public DisplayForm ( int width, int height ) : System
width int
height int
Résultat System

OnPaintBackground() protected méthode

Paints the background of the control.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
Résultat void

SetSize() public méthode

Sets the size.
public SetSize ( int width, int height ) : void
width int The width.
height int The height.
Résultat void

StartTimer() public méthode

Starts the timer.
public StartTimer ( ) : void
Résultat void

Property Details

Changed public_oe property

public bool Changed
Résultat bool

bitmap public_oe property

public Bitmap bitmap
Résultat Bitmap

graphic public_oe property

public Graphics graphic
Résultat Graphics

onKeyPressed public_oe property

public Keyboard.KeyPressed onKeyPressed
Résultat Keyboard.KeyPressed