Rect r = new Rect(100 , 100 , 300 ,300);canvas.drawRect(r, paint);可是怎么以rect的中心来旋转他呢?
canvas.rotate可以旋转最后画出来的矩形,但是旋转的中心不对。