C# 클래스 DoodleJump.Step

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
label System.Windows.Forms.Label
left bool
role bool
x1 int
x2 int
y int

공개 메소드들

메소드 설명
Step ( int X1, int X2, int Y, Label l, bool r, bool lef ) : System

메소드 상세

Step() 공개 메소드

public Step ( int X1, int X2, int Y, Label l, bool r, bool lef ) : System
X1 int
X2 int
Y int
l System.Windows.Forms.Label
r bool
lef bool
리턴 System

프로퍼티 상세

label 공개적으로 프로퍼티

public Label,System.Windows.Forms label
리턴 System.Windows.Forms.Label

left 공개적으로 프로퍼티

public bool left
리턴 bool

role 공개적으로 프로퍼티

public bool role
리턴 bool

x1 공개적으로 프로퍼티

public int x1
리턴 int

x2 공개적으로 프로퍼티

public int x2
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int