2013-07-23 63 views
1

Android中有沒有一種方法可以在ImageView中顯示圖像的特定區域而無需預處理位圖?例如使用任何可用的ScaleType(即:MATRIX)?ImageView顯示圖像的區域

+1

是的,這是可能的。只需創建正確的矩陣來轉換和縮放位圖。 [一個例子](http://stackoverflow.com/questions/6075363/android-image-view-matrix-scale-translate) – Leonidos

回答