Hi All, I am converting a game from j2me to android. Instead of drawRegion i tried using bitmap. For translation 0 it works properly means TRANS_NONE. I am unable to get the out put for TRANS_MIRROR and TRANS_MIRROR_ROT180. pls any one can guide me on this.
My drawRegion is some thing like this. GraphicsContext.drawRegion( s.Data, sourceX, sourceY,sourceWidth ,sourceHeight, flips, posX,posY, Graphics.TOP | Graphics.LEFT ); can you please any one guide on this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

