码迷,mamicode.com
首页 > 移动开发 > 详细

Android Bitmap

时间:2019-01-21 19:23:54      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:height   and   变换   str   ota   pos   .post   new   oid   

一、裁剪

  Bitmap.createBitmap(src, x, y, width, height)

二、变换Matrix

  Matrix matrix = new Matrix();

  matrix.postRotate(angle, x, y);

  matrix.postScale(x, y);

  matrix.postTranslate(x, y);

  Bitmap.createBitmap(src, x, y, width, height, matrix, true)

Android Bitmap

标签:height   and   变换   str   ota   pos   .post   new   oid   

原文地址:https://www.cnblogs.com/handongdong/p/10300070.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!