C# Class DoodleJump.GameMainWindow

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
DoodleJumper System.Windows.Forms.Label

Public Methods

Method Description
GameMainWindow ( Form form ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
BlackStepMove ( ) : void
DoodlAndStepsRefreshing ( ) : void
DoodleJumerGoToLeft ( ) : void
DoodleJumerGoToRight ( ) : void
DrawRungs ( Graphics g ) : void
DrawScore ( PaintEventArgs e ) : void
Drawing ( PaintEventArgs e ) : void
DropOnStep ( ) : void
FlyingDown ( ) : void
FlyingUp ( ) : void
GameMainWindow_Activated ( object sender, EventArgs e ) : void
GameMainWindow_KeyDown ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

LoseFormCalling ( ) : void
MaxStepGet ( ) : void
StepsGet ( ) : void

Method Details

Dispose() protected method

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

GameMainWindow() public method

public GameMainWindow ( Form form ) : System
form System.Windows.Forms.Form
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Property Details

DoodleJumper public_oe property

public System.Windows.Forms.Label DoodleJumper
return System.Windows.Forms.Label