ImageView转换成Bitmap

原创
2016/11/25 09:21
阅读数 3.9K
ImageView imageView ; 
Drawable drawable = imageView.getDrawable();
Bitmap bkg = ((BitmapDrawable) drawable).getBitmap();
展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部