/// <summary>
 /// Builds the next frame.
 /// </summary>
 internal void BuildNextFrame()
 {
     if (mode == AnimateMode.BeginUpdate)
     {
         return;
     }
     DoubleBitmap.Invalidate();
 }
Exemple #2
0
 internal void BuildNextFrame()
 {
     DoubleBitmap.Invalidate();
 }