client-rectangle

Is there a way to get the target rectangle of a Graphics object?

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 solv...