API:Vcl.Graphics.TMetafile.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const Filename: String); override;

C++

virtual void __fastcall SaveToFile(const System::UnicodeString Filename);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TMetafile

Description

Saves a graphics image to a file.

Vcl.Graphics.TMetafile.SaveToFile inherits from Vcl.Graphics.TGraphic.SaveToFile. All content below this line refers to Vcl.Graphics.TGraphic.SaveToFile.

Saves a graphics image to a file.

SaveToFile writes the graphic to a file, specified by Filename.

Code Examples