Rotating a bitmap using matrix

后端 未结 0 669
天涯浪人
天涯浪人 2021-02-11 05:28

While rotating a bitmap using matrix, vertex is not stable..

  Matrix matrix = new Matrix();
    matrix.postRotate(mDegree,100,100);
    mCompasste         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题