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?
A:
You can draw where you like, but nothing will be saved outside the clipping rectangle.
CaseyB
2010-10-26 22:46:55