SaveToFile
Description
The SaveToFile
method saves an image to the file provided by the Filename
parameter. To load an image from a file, call the [LoadFromFile
](/Reference/Reading from file/TsgCADImage/Methods/LoadFromFile) method.
Parameter | Type | Description |
---|---|---|
Filename | String | A file name |
Syntax
procedure SaveToFile(const Filename: String); override;