Vcl.Graphics.TMetafile.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream); override;

C++

virtual void __fastcall SaveToStream(System::Classes::TStream* Stream);

Properties

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

Description

Writes the metafile to a stream.

Use SaveToStream to save the metafile to the stream specified by the Stream parameter. If the Enhanced property is True, the metafile is saved as an EMF; if False, it it saved as a WMF.

See Also