C#生成缩略图
摘要:
//注意引入 using System.Drawing.Imaging;public bool ThumbnailCallback(){return false;}////oldfile原图地址, newfile新图地址private void ShowThumbnail(string oldfile,string newfile){ System.Drawing.Image image =Sys... 阅读全文
posted @ 2006-08-11 22:26 sh37 阅读(590) 评论(0) 推荐(0) 编辑