Click or drag to resize

UtilitiesPromptForSaveImageFileParameters Method

Prompts the user for a save file name and the width, height and depth of an image to be saved.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static string PromptForSaveImageFileParameters(
	string filename,
	ref int width,
	ref int height,
	ref int colorDepth
)

Parameters

filename
Type: SystemString
The original file path.
width
Type: SystemInt32
A width.
height
Type: SystemInt32
An height.
colorDepth
Type: SystemInt32
A color depth.

Return Value

Type: String
The new file name.
See Also