随笔分类 -  GUI+绘图

GUI+绘图
[转]NET用户控件文件上传,并给图片文件加水印(增加文字水印文字设置)
摘要:NET用户控件文件上传,并给图片文件加水印(增加文字水印文字设置) 阅读全文

posted @ 2008-04-01 19:08 范燕军 阅读(457) 评论(0) 推荐(0)

给图片加文字水印
摘要:string strFileName="上传的图片地址"; string newPicpath="要上传的图片地址"; System.Drawing.Image oImg = System.Drawing.Image.FromFile(strFileName); string PicText = "http://fanyanjun.cnblogs.com"; ... 阅读全文

posted @ 2008-03-14 16:58 范燕军 阅读(269) 评论(0) 推荐(0)

导航