freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

csharp生成縮略圖函數(shù)-資料下載頁(yè)

2024-08-21 15:28本頁(yè)面

【導(dǎo)讀】//線(xiàn)性質(zhì)量設(shè)置高速度呈現(xiàn)。//指定高質(zhì)量的雙三次插值法。執(zhí)行預(yù)篩選以確保高質(zhì)量的收。此模式可產(chǎn)生質(zhì)量最高的轉(zhuǎn)換圖像。

  

【正文】 ()。 } catch(Exception se) { ()。 ()。 throw se。 } } } //自適應(yīng)圖片大小 private getNewSize(int maxwidth,int maxheight,int width,int height) { try { double W = 。 double H = 。 double SW = (width)。 double SH = (height)。 double MW = (maxwidth)。 double MH = (maxheight)。 if (SW MW amp。amp。 SH MH) { W = SW。 H = SH。 } else if ((SW / SH) (MW / MH)) { W = maxwidth。 H = (W * SH) / SW。 } else { H = maxheight。 W = (H * SW) / SH。 } return new ((W),(H))。 } catch(Exception se) { throw se。 } } }
點(diǎn)擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1