C# Class DoodleJump.DoodleJump

Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
DoodleJumper System.Windows.Forms.Label
FlyFaza bool
FlyPhase bool
Left int
Lose bool
Top int
XLeft int
XRight int
X_left int
X_right int
YDown int
Y_down int
lose bool

Public Methods

Method Description
DoodleJump ( int left, int top, bool flyPhase, bool lose ) : System
DoodleJump ( int xLeft, int xRight, int yDown, bool flyPhase, Label doodlejumper, bool lose ) : System

Method Details

DoodleJump() public method

public DoodleJump ( int left, int top, bool flyPhase, bool lose ) : System
left int
top int
flyPhase bool
lose bool
return System

DoodleJump() public method

public DoodleJump ( int xLeft, int xRight, int yDown, bool flyPhase, Label doodlejumper, bool lose ) : System
xLeft int
xRight int
yDown int
flyPhase bool
doodlejumper System.Windows.Forms.Label
lose bool
return System

Property Details

DoodleJumper public_oe property

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

FlyFaza public_oe property

public bool FlyFaza
return bool

FlyPhase public_oe property

public bool FlyPhase
return bool

Left public_oe property

public int Left
return int

Lose public_oe property

public bool Lose
return bool

Top public_oe property

public int Top
return int

XLeft public_oe property

public int XLeft
return int

XRight public_oe property

public int XRight
return int

X_left public_oe property

public int X_left
return int

X_right public_oe property

public int X_right
return int

YDown public_oe property

public int YDown
return int

Y_down public_oe property

public int Y_down
return int

lose public_oe property

public bool lose
return bool