I hope more people start to post here soon as I feel a litte bit embarrased by posting three questions in a row… :-/
Is there any way of getting the clipping rectangle of the Graphics object passed to my method? And I don’t mean the user specified clipping rectangle (which would be null since I haven’t set any). I need to know this because I’m drawing a complete tile map to the screen and since it will be much larger than the window most of it will be clipped any way and thus result in unnecesary drawing.
Thanks,
Johan Tibell