Hi All I am porting a game from J2ME to Android. In J2ME the code is as follows g.drawImage(image,x,y,Graphics.HCENTER | Graphics.VCENTER)
In android i have written has g.drawBitmap(image, x, y, paintObject); Here i do not have a ooption to specify the anchor position. Can any one pls tell me how to specifiy anchor position in andorid. By defult in andorid it is taking as Graphics.LEFT | Graphics.TOP. pls help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---