位图动画播放类库,是swf-bitmap工具导出的位图制作flex动画的完美结合-Bitmap animation player library, is the tool to export the swf-bitmap bitmap animation produced the perfect combination of flex! ! !
摘要:VC/C++源码,界面编程,位图动画
VC++实现“动态”的位图动画,这个比静态的BMP动画更流畅了些,具体怎么实现了,您看了源码就知道了。相关释义:
CBitmap m_Bitmap[6]; //装载要显示位图对象
int m_nFrameWidth; //图象宽度
int m_nFrameHeight; //图象高度
CPoint m_ptCurPos; //当前的滚动位置
int m_nCurFrameNo; //当前显示的图象编号
int