文件名称:Android实现图片反转、翻转、旋转、放大和缩小
文件大小:72KB
文件格式:PDF
更新时间:2024-01-26 13:57:24
android开发 bitmap id
********************************************************************** android 实现图片的翻转 ********************************************************************** Resources res = this.getContext().getResources(); img = BitmapFactory.decodeResource(res, R.drawable.aa); Matrix matrix = new Matrix();