C# Class Bloom.CollectionTab.FlyingImage

Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
FlyingImage ( ) : System
Go ( string word, Point from, Point to ) : void

Private Methods

Méthode Description
InitializeAnimator ( ) : void
OnAnimator_Animate ( object sender, Animator e ) : void
OnAnimator_Finished ( object sender, EventArgs e ) : void

Method Details

FlyingImage() public méthode

public FlyingImage ( ) : System
Résultat System

Go() public méthode

public Go ( string word, Point from, Point to ) : void
word string
from Point
to Point
Résultat void