RenderPipeline.SaveImage Method

RenderPipelineSaveImage Method

Saves the rendered image to a file. Does not prompt the user in any way.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SaveImage(
	string fileName,
	bool saveAlpha
)
Public Function SaveImage ( 
	fileName As String,
	saveAlpha As Boolean
) As Boolean

Parameters

fileName
Type: SystemString
Full path to the file name to save to.
saveAlpha
Type: SystemBoolean
Determines if alpha will be saved in files that support it (e.g., PNG).

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Render.RenderPipeline.SaveImage(System.String,System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also