C# 클래스 LiftController.Cabin

상속: Sprite
파일 보기 프로젝트 열기: JoinPatterns/ScalableJoins

공개 메소드들

메소드 설명
Cabin ( int num, Lift lift, List floors ) : System
RedrawUnderViewLock ( System.TimeSpan timepassed, Graphics g ) : void

비공개 메소드들

메소드 설명
CabinLoop ( ) : void
LiftRectangle ( ) : Rectangle

메소드 상세

Cabin() 공개 메소드

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

RedrawUnderViewLock() 공개 메소드

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