摘要: update : DEOM download from here 想用GDI+生成动画式的Gif图片,Google一把,还真的找到了,在CodeProject上面的一篇文章Create Gif animation on fly,作者用了一个组件,可惜组件的源代码没有放出来,Demo在这里下载,示例代码:Bitmapbmp=newBitmap(100,100);Graphicsg=Graphics.FromImage(bmp);Fontf=newFont("arial",11f);Brushb=Brushes.Blue;stringtxt="Rotatetextan 阅读全文
posted @ 2005-09-02 12:57 cacard 阅读(5290) 评论(4) 推荐(0)