国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > 建站經(jīng)驗(yàn) > 正文

ASP.,NET創(chuàng)建動態(tài)縮略圖的方法

2019-11-02 15:42:27
字體:
供稿:網(wǎng)友

 本文實(shí)例講述了ASP.NET創(chuàng)建動態(tài)縮略圖的方法。分享給大家供大家參考。具體分析如下:

提示:

1. 導(dǎo)入 System.IO
2. 創(chuàng)建 類C lass "CreateThumbnails"
or any class and place following function inside that class

You need one function to response call back to main function

Function ImageAbortDummyCallback() As Boolean
Return False
End Function

具體代碼如下:

? 1 2 3 4 5 6
北京電影網(wǎng)[www.aikan.tv/special/beijingdianyingwang/]
7 8 9 10 11 12 13 14 15 Function CreateJPEGThumbnail(ByVal inSourceFile As String, ByVal inDestinationFile As String, ByVal ThumbWidth As Integer, ByVal ThumbHeight As Integer) As Boolean Dim imageFile As System.Drawing.Image Dim outputFstream As New FileStream(inSourceFile, FileMode.Open, FileAccess.Read) 'Exposes a System.IO.Stream around a file, supporting both synchronous and asynchronous read and write operations. Dim ImageAbortCallBack As System.Drawing.Image.GetThumbnailImageAbort 'This method returns true if it decides that the System.Drawing.Image.GetThumbnailImage method should prematurely stop execution; otherwise, it returns false. imageFile = System.Drawing.Image.FromStream(outputFstream) ImageAbortCallBack = New System.Drawing.Image.GetThumbnailImageAbort(AddressOf ImageAbortDummyCallback) imageFile = imageFile.GetThumbnailImage(ThumbWidth, ThumbHeight, ImageAbortCallBack, IntPtr.Zero) 'IntPtr = A platform-specific type that is used to represent a pointer or a handle. imageFile.Save(inDestinationFile, System.Drawing.Imaging.ImageFormat.Jpeg) outputFstream.Close() outputFstream = Nothing imageFile = Nothing End Function

希望本文所述對大家的asp.net程序設(shè)計(jì)有所幫助。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 固始县| 仁布县| 黄石市| 兴义市| 松溪县| 克什克腾旗| 斗六市| 巴南区| 阿克| 依安县| 泗阳县| 夏邑县| 万安县| 荥阳市| 泸水县| 荆州市| 花莲县| 武穴市| 休宁县| 天津市| 蒙自县| 恩施市| 肇东市| 绥江县| 额敏县| 鄂尔多斯市| 关岭| 丹东市| 淮安市| 荔浦县| 宿松县| 莱阳市| 偃师市| 昌黎县| 马边| 上虞市| 安顺市| 朝阳市| 曲水县| 隆回县| 舞阳县|