C# Class SharpBelot.CardAnimator

Afficher le fichier Open project: NikolayIT/BelotGameEngine Class Usage Examples

Méthodes publiques

Méthode Description
Animate ( Point destination ) : void
CardAnimator ( CardPictureBox animated ) : System
EnqueueControl ( CardPictureBox target ) : void

Private Methods

Méthode Description
Finish ( ) : void
InitNextControl ( ) : void
OnTick ( object sender, System e ) : void

Method Details

Animate() public méthode

public Animate ( Point destination ) : void
destination Point
Résultat void

CardAnimator() public méthode

public CardAnimator ( CardPictureBox animated ) : System
animated CardPictureBox
Résultat System

EnqueueControl() public méthode

public EnqueueControl ( CardPictureBox target ) : void
target CardPictureBox
Résultat void