mGameIcon.setDrawingCacheEnabled(true);
Bitmap bitmap = Bitmap.createBitmap(mGameIcon.getDrawingCache());
mGameIcon.setDrawingCacheEnabled(false);
从ImageView获取Bitmap
最新推荐文章于 2021-05-28 22:52:22 发布
mGameIcon.setDrawingCacheEnabled(true);
Bitmap bitmap = Bitmap.createBitmap(mGameIcon.getDrawingCache());
mGameIcon.setDrawingCacheEnabled(false);