Description:

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

Syntax:
public bool SaveImage(
string fileName,
bool saveAlpha
)
Parameters:
  • fileName
  • Type: string
  • Full path to the file name to save to.
  • saveAlpha
  • Type: bool
  • Determines if alpha will be saved in files that support it (e.g., PNG).
Returns:
Type: bool
Available since:
5.14

SaveImage method

Class:  Rhino.Render.RenderPipeline

Nothing found