I am working on a rendering engine for my application and need to visualize the Graphics object during the debug session. I looked at Image Visualizers for VS2010, like this or this, but they visualize only the Image objects, whereas I need the Graphics. What could be a solution here?
Regards, Alexander.