Hi....
can any one tell me how exactly does g.setClip(x,y,w,h) work in j2me???
does it paint the entire image, but only the clipped image is visible(and the rest of the image isnt visible) ??
OR
it clips the particular region from the image (which is already created) and then renders only that region on the screen, without drawing the ENTIRE image ??

Reply With Quote

