can we update the part of image held by CFbsBitmap??
i hav image held by CFbsBitmap, i want to update some rectangle part of it,
is there any API or way to do it?
can we update the part of image held by CFbsBitmap??
i hav image held by CFbsBitmap, i want to update some rectangle part of it,
is there any API or way to do it?
you could try out with CBitmapContext.
you dont need to make a new one, you can use the exiting one and draw directly to it, basically you could copy-paste the construction part from wiki example: http://wiki.forum.nokia.com/index.ph...lication_panic
Instead of making a newBitmap , just use your old one. and instead of bgc->DrawBitmap(), use functions provided by the CBitmapContext to update parts of the original bitmap.
Hi jack/yucca thanks for reply,
yucca can u please tell in detail how can i update part of CFbsBitmap using CBitmapContext.
just how to create context and draw on existing one?
Check the example, with it you can get the CBitmapContext for a CFbsBitmap, then just use the functions of the CBitmapContext and see what happens..
See idea for what to search in http://discussion.forum.nokia.com/fo...d.php?t=169827