Is there any method (It's like copyRect in Borland Delphi) in android 2d graphics that provide us with stuff like this:
I had an image (640 x 640). I just want to draw a certain area of the image on the emulator screen, like a rectangle from 0,0 to 200,200 (the pixel from 200,200 to 640,640 won't be drawn, so it's much faster and much efficient).
There's some method called clipRect in Canvas class. But it's returning a boolean....
Regards,
sasuke




