如何重新設定bimpat的大小

2021-06-13 23:22:01 字數 777 閱讀 7559

原問題來自於csdn問答頻道,更多解決方案見:

問題描述:

在我的程式中我需要重新設定 bitmap的大小,設定成imageview的大小,下面的**報錯了,如何改正,重新設定 bitmap的大小?

bitmap bmp = bitmap.createbitmap(bmp, 0, 0, bmp.getwidth(), bmp.getheight(), amatrix, false);

bitmap.createscaledbitmap(bmp, myimageview_wt, myimageview_ht, false);

myimageview.setimagebitmap(bmp);

解決方案:

使用下面的**試試:

public static bitmap resizebitmapimage1(string filepath, int targetwidth,

int targetheight)

// do the actual decoding

options.injustdecodebounds = false;

options.intempstorage = new byte[128];

while (true) catch (exception ex) catch (exception ex1) }}

return bitmapimage;

}

jqgrid 重新設定setGridParam

jsonreader的屬性 total總頁數 page當前頁 records查詢出的記錄數 rows 包含實際資料的陣列 id 行id cell 當前行的所有單元格 search btn click function 傳送資料 page 1 trigger reloadgrid 重新載入 setgr...

mysql忘記root密碼如何重新設定

1 cmd 管理員身份登入 2 net start 檢視mysql當前執行狀態 3 如果mysql服務在開啟 net stop mysql 4 切換到mysql的安裝bin目錄 例如e mysql bin,執行命令mysqld skip grant tables 5 再已管理員身份開啟乙個cmd視窗...

Oracle 重新設定使用者密碼

重新設定密碼的語法 alter user user name identified by new password 當忘記sys使用者的密碼時,可通過以下方式來修改密碼 通過執行完成下面的命令 2 在輸入使用者名稱textfied中輸入 b as sysdba b 3 alter user syst...