08-08-2008 03:31 AM
Hi,
I want to know how the raster operation in Graphics class works. I have read the documentation but able to get very little from it.
How 'rop' and 'tilerop' function works? What is meaning and purpose of ROP_SRC_COPY?
I am using Blackberry JDE 4.1.
08-11-2008 06:01 AM
Hi Mark,
Do you have any insights regarding this?
Regards,
eDip
08-11-2008 06:26 PM
08-12-2008 02:31 AM
Hi Mark,
I want to copy area from screen to a bitmap and pass this bitmap to bitmap field of another screen. I am trying to use 'rop' function with ROP_SRC_COPY which says "Raster operation constant for normal bitmap copy.".
Also while using 'rop(int rop, int x, int y, int width, int height, Bitmap source, int left, int top) ' method on graphics object, which is destination region and which is source bitmap?
Regards,
eDip
08-12-2008 03:43 PM
08-20-2008 05:49 AM
Thanks Mark!
I have not logged in for few days so not been able to reply.
Display.screenShot method is available from version 4.3. How to make this possible in earlier versions?
Regards,
eDip
08-20-2008 02:36 PM
This feature is not supported in earlier versions. There isn't an alternative method in earlier versions of the BlackBerry API set.
08-22-2008 04:21 AM
Thanks Mark!
Regards,
Dipak