C# Class Bloom.CollectionTab.FlyingImage

Inheritance: System.Windows.Forms.PictureBox
Show file Open project: BloomBooks/BloomDesktop

Public Methods

Method Description
FlyingImage ( ) : System
Go ( string word, Point from, Point to ) : void

Private Methods

Method Description
InitializeAnimator ( ) : void
OnAnimator_Animate ( object sender, Animator e ) : void
OnAnimator_Finished ( object sender, EventArgs e ) : void

Method Details

FlyingImage() public method

public FlyingImage ( ) : System
return System

Go() public method

public Go ( string word, Point from, Point to ) : void
word string
from Point
to Point
return void