TClrImage.SaveToFile(string,TImageFormat) Method
Saves this Image to the specified file in the specified format.
public procedure SaveToFile(const Filename: string; Format: TImageFormat); overload;
Parameters
- Filename
- Type: string
A string that contains the name of the file to which to save this Image.
- Format
- Type: TImageFormat
The TImageFormat for this Image.