C# Class DoodleJump.Step

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
label System.Windows.Forms.Label
left bool
role bool
x1 int
x2 int
y int

Public Methods

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

Method Details

Step() public method

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
return System

Property Details

label public_oe property

public Label,System.Windows.Forms label
return System.Windows.Forms.Label

left public_oe property

public bool left
return bool

role public_oe property

public bool role
return bool

x1 public_oe property

public int x1
return int

x2 public_oe property

public int x2
return int

y public_oe property

public int y
return int