The easiest way is to apply a negative scale on the X axis: canvas.scale(-1.0f, 1.0f);
You might need to translate your bitmap by its width as well. On Tue, May 7, 2013 at 3:19 PM, TreKing <[email protected]> wrote: > > On Tue, May 7, 2013 at 5:04 PM, bob <[email protected]> wrote: > >> Any thoughts on the best way to do this on a Canvas object? > > > Please watch this instructional > video<http://lmgtfy.com/?q=flip+bitmap+with+canvas> > . > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Romain Guy Android framework engineer [email protected] -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

