how to get select area which cover by canvas in android

前端 未结 1 887
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-10 23:54

hi i want create simple cropImage Apps.so I Use canvas and draw it rubtime.i draw the canvas over the view.so i want get clip the area which cover by canvas. so

相关标签:
1条回答
  • 2020-12-11 00:16

    I think you want to do non rectangular cropping. Please refer to Android - Crop an image from multipoints or How to crop an image in between four points on Android

    You might find them useful.

    Best of Coding!

    0 讨论(0)
提交回复
热议问题