I am trying to create an image of a Panel and save it to a folder. The problem is the panel has scrollbars and the image generated is only for the visible portion of the Pan
Perhaps you could clone the control to another (hidden) form at the desired size (such that the scroll bars aren't displayed) and call your DrawToImage() function that way?