Click or drag to resize

RenderTextureSaveAsImage Method

Save texture as image

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.15
Syntax
public bool SaveAsImage(
	string FullPath,
	int width,
	int height,
	int depth
)

Parameters

FullPath
Type: SystemString
The full path of the file
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height
depth
Type: SystemInt32
Image depth

Return Value

Type: Boolean
returns true if file was saved, otherwise false
See Also