C# Class LiftController.Cabin

Inheritance: Sprite
Mostra file Open project: JoinPatterns/ScalableJoins

Public Methods

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

Private Methods

Method Description
CabinLoop ( ) : void
LiftRectangle ( ) : Rectangle

Method Details

Cabin() public method

public Cabin ( int num, Lift lift, List floors ) : System
num int
lift Lift
floors List
return System

RedrawUnderViewLock() public method

public RedrawUnderViewLock ( System.TimeSpan timepassed, Graphics g ) : void
timepassed System.TimeSpan
g System.Drawing.Graphics
return void