标签:
Matrix m =newMatrix();
m.postRotate(30);//先转再平移
m.postTranslate(100,100);
m.setTranslate(100,100);//先移动到位置再转
m.preRotate(30);
Android的Matrix类简介
原文地址:http://www.cnblogs.com/fruitbolgs/p/4227584.html