AddBitmaps example for C++ 5.0 and later

   short i;
   m_Lead3.SetBitmap (0); 
   for(i=0; i<5; ++i) 
   {
      m_Lead2.SetBitmap(m_Lead1.GetBitmap());
      m_Lead2.Rotate (7200 * i, 0, RGB(255, 0, 0)); 
      m_Lead3.InsertBitmapListItem (-1, m_Lead2.GetBitmap());
   }
   m_Lead3.AddBitmaps(BC_AVG);