C# Class LiftController.Sprite

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

Méthodes publiques

Свойство Type Description
Redraw Graphics>>.Synchronous.Channel

Protected Properties

Свойство Type Description
EndTransition Asynchronous.Channel
UnderViewLock Synchronous.Channel
WaitForEndTransition Synchronous.Channel

Méthodes publiques

Méthode Description
RedrawUnderViewLock ( System.TimeSpan t, Graphics g ) : void

Méthodes protégées

Méthode Description
Sprite ( ) : System

Method Details

RedrawUnderViewLock() public méthode

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

Sprite() protected méthode

protected Sprite ( ) : System
Résultat System

Property Details

EndTransition protected_oe property

protected Asynchronous.Channel EndTransition
Résultat Asynchronous.Channel

Redraw public_oe property

public Synchronous.Channel> Redraw
Résultat Graphics>>.Synchronous.Channel

UnderViewLock protected_oe property

protected Synchronous.Channel UnderViewLock
Résultat Synchronous.Channel

WaitForEndTransition protected_oe property

protected Synchronous.Channel WaitForEndTransition
Résultat Synchronous.Channel