Example #1
0
 /// <summary>
 /// Start animation, called when we click on the button
 /// or we ewant to move it.
 /// </summary>
 public void BeginTransalation()
 {
     Translation.To = GetShift(Xdir, Ydir);
     Str.Begin();
 }