Exactly what was needed (didn't know of the rotate()).

Thanks!

On Jul 12, 8:26 am, Adam Ratana <[email protected]> wrote:
> You can try:
>
> canvas.save();
> canvas.rotate(angle, x, y); // x,y is the point around which to rotate
> // draw your image here...
> canvas.restore();

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to