將圖片等比例縮小的方法 '設定圖片長寬 Public Sub setImageWH() Try '圖片位置 Dim FilePath As String = "~/Images/Img.png" '取得圖片真實路徑 Dim realPath As String = HttpContext.Current.Request.MapPath ...
www.dotblogs.com.tw