【Android开发】图形图像处理技术-旋转、缩放、倾斜和平移图像
一.旋转图像使用Android提供的android.graphics.Matrix类的setRotate()、postRotate()和preRotate()方法,可以对图像进行旋转。由于这三种方法处理方法名不同外,语法格式等均相同,下面将以setRotate()方法为例来进行介绍。setRotate()方法有以下两种语法格式:1.setRotate(float degress