Saving Scenes to Images
A form is created showing a simple scene and two buttons. One button saves the current scene with all user interactions (rotation, zoom etc.) to a file on disk.
The other button creates a new scene in memory without showing it in the panel. The offline scene is then also saved to a file on disk.
This demonstrates how to handle scenes w/o Panel, using GDIDriver for saving scenes to image files, and which actions are needed in order to trigger rendering for Panel without Windows.Forms Paint events.
Last modified: August 25 2021 18:29