C# Class JetFighter2D.moveObj

显示文件 Open project: vbrh-immalle/ODD-demos-2014 Class Usage Examples

Public Properties

Property Type Description
obj System.Windows.Forms.PictureBox

Public Methods

Method Description
move ( ) : void
moveObj ( int height, int width, bool side, bool top, bool powerup, int interval ) : System
stop ( ) : void

Private Methods

Method Description
moveToBottom ( ) : void
moveToSide ( ) : void
objTimer_Tick ( Object sender, EventArgs e ) : void

Method Details

move() public method

public move ( ) : void
return void

moveObj() public method

public moveObj ( int height, int width, bool side, bool top, bool powerup, int interval ) : System
height int
width int
side bool
top bool
powerup bool
interval int
return System

stop() public method

public stop ( ) : void
return void

Property Details

obj public_oe property

public PictureBox,System.Windows.Forms obj
return System.Windows.Forms.PictureBox