C# Class Project.GameWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dibagaran/cs-2015-7-alpha

Méthodes publiques

Méthode Description
GameWindow ( ) : System

Méthodes protégées

Méthode Description
OnKeyUp ( KeyEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

GameWindow() public méthode

public GameWindow ( ) : System
Résultat System

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void