How can I retrieve the client rectangle (of a control) out of a Graphics object? I think the Graphics object should know its coordinates of the area to draw in, but I don't see how to actually get it.
Edit: As stated in the answers, there should be access to the Control that the Graphics object was created for. This would obviously solve the problem (actually that's the solution I am currently using as a workaround), but I'm intentionally asking for a way without the control, just because I figured it should be possible.