TiStripChart.SaveToMetaFile
TiStripChart See Also
Saves the current image of the strip chart to a metafile.
procedure SaveToMetaFile(FileName : String);
Description
Use SaveToMetaFile to save the current image of the strip chart to a metafile.
The enhanced metafile format is used.
Example
Delphi
iComponent.SaveToMetaFile('c:\temp\test.emf');
C++ Builder
iComponent->SaveToMetaFile("c:\temp\test.emf");
Contents | Index | Previous | Next