TsgCADImage.SaveToFile
Writes an image into the file.
procedure SaveToFile(const Filename: String); override;
Description
Use SaveToFile to save an image to the file provided by the Filename parameter. To load an image from a file, call the LoadFromFile method.
Go to CAD VCL Enterprise