C# Class DoodleJump.Step

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Свойство Type Description
label System.Windows.Forms.Label
left bool
role bool
x1 int
x2 int
y int

Méthodes publiques

Méthode Description
Step ( int X1, int X2, int Y, Label l, bool r, bool lef ) : System

Method Details

Step() public méthode

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
Résultat System

Property Details

label public_oe property

public Label,System.Windows.Forms label
Résultat System.Windows.Forms.Label

left public_oe property

public bool left
Résultat bool

role public_oe property

public bool role
Résultat bool

x1 public_oe property

public int x1
Résultat int

x2 public_oe property

public int x2
Résultat int

y public_oe property

public int y
Résultat int