Use Canvas.drawBitmap(Bitmap bitmap, Rect src, Rect dst, Paint paint)
with a Paint having the appropriate Porter/Duff transfer mode. Exactly
which mode you want depends on how your code is set up, but it'll
probably be either SRC_OVER or DST_OVER.

String

On Jul 13, 8:47 pm, Eric Murtaugh <[email protected]> wrote:
> ok so i have sort of a picture frame type bitmap and a picture bitmap
> so think of it like this i have a 64x64 frame image where (5,6) to
> like (56,54) is where the picture should be, how can i merge the
> picture bitmap into the frame bitmap with those bounds and make it one
> bitmap? ive been searching everywhere to no avail please and thanks

-- 
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