Resize image while rotating image in android

前端 未结 3 551
滥情空心
滥情空心 2021-01-16 19:38

I\'m working with android project in which I want to rotate image along with touch to some fix pivot point. I have completed all these things but I am facing one problem: Wh

3条回答
  •  难免孤独
    2021-01-16 19:55

    You don't rotate the image, you rotate the canvas. Scaling is done using setBounds(). See this question for a bit of help.

提交回复
热议问题