C# Class LiftController.Cabin

Inheritance: Sprite
Afficher le fichier Open project: JoinPatterns/ScalableJoins

Méthodes publiques

Méthode Description
Cabin ( int num, Lift lift, List floors ) : System
RedrawUnderViewLock ( System.TimeSpan timepassed, Graphics g ) : void

Private Methods

Méthode Description
CabinLoop ( ) : void
LiftRectangle ( ) : Rectangle

Method Details

Cabin() public méthode

public Cabin ( int num, Lift lift, List floors ) : System
num int
lift Lift
floors List
Résultat System

RedrawUnderViewLock() public méthode

public RedrawUnderViewLock ( System.TimeSpan timepassed, Graphics g ) : void
timepassed System.TimeSpan
g System.Drawing.Graphics
Résultat void