menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
home
/
Rhino.Render
/
ImageFile
ImageFile class
Controls interaction with RDK render image files
Derived Classes:
Namespace:
Rhino.Render
ImageFile:
references
keyboard_arrow_down
Constructors (1)
ImageFile
()
Initializes a new instance of the ImageFile class
keyboard_arrow_down
Events (3)
Deleted
Called when the RDK is cleaning up old render image files, a plug-in should delete any plug-in specific image files at this time.
Loaded
Generally called when the "RenderOpenLastRender" command is run, this event is raised after the render window has been created and the saved scene has been loaded.
Saved
Render image file saved, happens when a rendering completes. If a plug-in needs to save additional file information it should write it to the same folder as the Rhino render image file. Rhino will take care of deleting old data.
Nothing found