//draw the circlr pic if(drawable !=null&&bitmap ==null) { image = ((BitmapDrawable) drawable).getBitmap(); bitmap = Bitmap.createBitmap((int)(2*totalRadiu),(int)(2*totalRadiu), Bitmap.Config.ARGB_8888); Canvas bitmapCanvas =newCanvas(bitmap); ...
www.dbjr.com.cn/article/1122...htm 2025-6-6