C# Class LiftController.Sprite

Inheritance: ActiveObject
Datei anzeigen Open project: JoinPatterns/ScalableJoins

Public Properties

Property Type Description
Redraw Graphics>>.Synchronous.Channel

Protected Properties

Property Type Description
EndTransition Asynchronous.Channel
UnderViewLock Synchronous.Channel
WaitForEndTransition Synchronous.Channel

Public Methods

Method Description
RedrawUnderViewLock ( System.TimeSpan t, Graphics g ) : void

Protected Methods

Method Description
Sprite ( ) : System

Method Details

RedrawUnderViewLock() public method

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

Sprite() protected method

protected Sprite ( ) : System
return System

Property Details

EndTransition protected_oe property

protected Asynchronous.Channel EndTransition
return Asynchronous.Channel

Redraw public_oe property

public Synchronous.Channel> Redraw
return Graphics>>.Synchronous.Channel

UnderViewLock protected_oe property

protected Synchronous.Channel UnderViewLock
return Synchronous.Channel

WaitForEndTransition protected_oe property

protected Synchronous.Channel WaitForEndTransition
return Synchronous.Channel