I am making a game, and I am wondering how to make an image from a graphics object. I have tiles stored in an xml file. I then read from this file to make the level, however I would like to have a thumbnail for each level. This is why I would like to convert. The Graphics portion takes up the whole screen, but the thumbnail would only take up a large amount. I can easily resize the image for this purpose. Hould would I be able to create this thumbnail from the graphics that I read from the file?
Thanks for the help