RhinoCommon API
RenderWindowSaveRenderImageAs Method (String, Guid, Boolean) |
Save current RenderWindow contents as
an image file with the given name. The
filetype will be determine.
Pass in render engine Guid if an engine
implements saving to a format that is not
supported by Rhino. Guid.Empty if there is no need for that.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public void SaveRenderImageAs( string filename, Guid renderEngineGuid, bool saveAlpha )
Public Sub SaveRenderImageAs ( filename As String, renderEngineGuid As Guid, saveAlpha As Boolean )
Parameters
- filename
- Type: SystemString
Filename of image file to be created - renderEngineGuid
- Type: SystemGuid
render engine ID - saveAlpha
- Type: SystemBoolean
True if alpha channel should be saved.
