ASP.NET(VB) 给图片增加水印文字
摘要:
'指定要添加水印文字的图片 DimimgAsImage=Image.FromFile(Server.MapPath("~/upload/1.jpg")) '创建一个位图对象以供绘图操作(不能直接操作BMP以外的格式,可能吧) DimbitmapAsNewBitmap(343,498) '要绘制文字的字体 DimfAsNewFont("微软雅黑",16,FontSty... 阅读全文
posted @ 2009-04-09 17:08 意扬 阅读(525) 评论(0) 推荐(0)