以上的程序顯示圖片並且改變圖片大小
dim tempMultiplier as Double
if currentheight > currentwidth then
tempMultiplier =
Else
tempMultiplier =
end if
dim NewSize as New Size(CInt(currentwidth * tempMultiplier)
return NewSize
End Function
以上程序是增加的一個函數NewthumbSize
三
如果只是將圖片顯示在網頁上
先來看看程序效果
仔細看
[
From:http://tw.wingwit.com/Article/program/net/201311/14865.html