C# 클래스 JetFighter2D.moveObj

파일 보기 프로젝트 열기: vbrh-immalle/ODD-demos-2014 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
obj System.Windows.Forms.PictureBox

공개 메소드들

메소드 설명
move ( ) : void
moveObj ( int height, int width, bool side, bool top, bool powerup, int interval ) : System
stop ( ) : void

비공개 메소드들

메소드 설명
moveToBottom ( ) : void
moveToSide ( ) : void
objTimer_Tick ( Object sender, EventArgs e ) : void

메소드 상세

move() 공개 메소드

public move ( ) : void
리턴 void

moveObj() 공개 메소드

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
리턴 System

stop() 공개 메소드

public stop ( ) : void
리턴 void

프로퍼티 상세

obj 공개적으로 프로퍼티

public PictureBox,System.Windows.Forms obj
리턴 System.Windows.Forms.PictureBox