Click or drag to resize

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
Syntax
public void SaveRenderImageAs(
	string filename,
	Guid renderEngineGuid,
	bool saveAlpha
)

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.
See Also