ImageView轉換成Bitmap

ImageView imageView ; 
Drawable drawable = imageView.getDrawable();
Bitmap bkg = ((BitmapDrawable) drawable).getBitmap();
相關文章
相關標籤/搜索