Can I draw outside the bounds of an Android Canvas

前端 未结 5 1154
我在风中等你
我在风中等你 2020-11-29 06:27

I\'m porting an app written in a graphics environment that allows drawing to happen outside the bounds of the clipping rectangle. Any way to do this in Android?

5条回答
  •  遥遥无期
    2020-11-29 06:53

    You can draw where you like, but nothing will be saved outside the clipping rectangle.

提交回复
热议问题