随笔分类 -  GDI+

摘要:VB:Here SaveImage is the method for Re-size the image with Transparancy......Public Shared Sub SaveImage(imgheight As Integer, imgwidth As Integer, imgfilename As String, path As String, upImage As FileUpload) Dim width As Integer = imgwidth Dim height As Integer = imgheight Dim fileName As String = 阅读全文
posted @ 2014-04-02 09:39 happyu0223 阅读(218) 评论(0) 推荐(0)
摘要:Download source code - 87.3 KBThe following snippet is the heart of the operation. This snippet resides in our ASPX page that we will use as the URL image of our image button. We have the following code which grabs some parameters passed in through the query string and a few through the session (thi 阅读全文
posted @ 2014-03-26 09:28 happyu0223 阅读(453) 评论(0) 推荐(0)