Свойство | Type | Description | |
---|---|---|---|
Changed | bool | ||
bitmap | Bitmap | ||
graphic | Graphics | ||
onKeyPressed | Keyboard.KeyPressed |
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éthode | Description | |
---|---|---|
OnPaintBackground ( PaintEventArgs e ) : void |
Paints the background of the control.
|
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 |
public DisplayForm ( int width, int height ) : System | ||
width | int | |
height | int | |
Résultat | System |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
Résultat | void |
public SetSize ( int width, int height ) : void | ||
width | int | The width. |
height | int | The height. |
Résultat | void |