Description:
Prompts the user for a save file name and the width, height and depth of an image to be saved.
Syntax:
public static String PromptForSaveImageFileParameters(
String filename,
ref Int32 width,
ref Int32 height,
ref Int32 colorDepth
)
String filename,
ref Int32 width,
ref Int32 height,
ref Int32 colorDepth
)
Parameters:
- filename
- Type: System.String
- The original file path.
- width
- Type: System.Int32
- A width.
- height
- Type: System.Int32
- An height.
- colorDepth
- Type: System.Int32
- A color depth.
Returns:
Type: String
The new file name.
Available since:
6.0