Hi,

Pls find the code snippet below

mButtonImage =
BitmapFactory.decodeResource(getResources(),com.android.internal.R.drawable.tt_player_icon);

canvas.drawBitmap(mButtonImage, BUTTON_X_POS,BUTTON_Y_POS, null);

In case of resizing bitmap use matrix.



On Wed, Dec 2, 2009 at 12:24 AM, Sasikumar.S <sasikumar.it1...@gmail.com>wrote:

> Hi,
>
>
> Any one know about how to draw a bitmap image?...
>
> thanks in advance....
>
> --
> Thanks & Regards
> Sasikumar.S
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> 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 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

Reply via email to