TiStripChart.SaveToBitmap

TiStripChart See Also

Saves the current image of the strip chart to a Windows Bitmap.

procedure SaveToBitmap(FileName : String;

Description

Use SaveToBitmap to save the current image of the strip chart to a metafile. The Windows bitmap format is used.

Example

Delphi

iComponent.SaveToBitmap('c:\temp\test.emf');

C++ Builder

iComponent->SaveToBitmap("c:\temp\test.emf");

Contents | Index | Previous | Next