DeleteBitmapListItems example for C++ 5.0 and later

This example deletes the first five bitmaps from the control's bitmap list. Then, it plays the animation to show that the bitmaps are missing.

//Delete the first five bitmaps.
m_LEADRasterView1.GetRaster().DeleteBitmapListItems(0, 5);
//Play the animation without looping.
m_LEADRasterView1.SetAnimationLoop(FALSE);
m_LEADRasterView1.SetAnimationEnable(TRUE);