C# Class MarioObjects.frmMain

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jazzyjester/Mario-Game

Méthodes publiques

Свойство Type Description
BackPaint int
lev MarioObjects.Objects.BaseObjects.Level

Méthodes publiques

Méthode Description
InitLevel ( ) : void
Init_Properties ( ) : void
Load_Level_XML ( ) : void
OnTest ( object sender, EventArgs e ) : void
frmMain ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
GetAsyncKeyState ( System vKey ) : short
InitializeComponent ( ) : void

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

MainForm_KeyDown ( object sender, KeyEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Paint ( object sender, PaintEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
frmMain_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
frmMain_KeyUp ( object sender, KeyEventArgs e ) : void
frmMain_MouseDown ( object sender, MouseEventArgs e ) : void
pMain_MouseDown ( object sender, MouseEventArgs e ) : void
pMain_Paint ( object sender, PaintEventArgs e ) : void
timerBack_Tick ( object sender, EventArgs e ) : void
timerPaint_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

InitLevel() public méthode

public InitLevel ( ) : void
Résultat void

Init_Properties() public méthode

public Init_Properties ( ) : void
Résultat void

Load_Level_XML() public méthode

public Load_Level_XML ( ) : void
Résultat void

OnPaint() protected méthode

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

OnTest() public méthode

public OnTest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

frmMain() public méthode

public frmMain ( ) : System
Résultat System

Property Details

BackPaint public_oe property

public int BackPaint
Résultat int

lev public_oe property

public Level,MarioObjects.Objects.BaseObjects lev
Résultat MarioObjects.Objects.BaseObjects.Level