TiStripChart.SnapShotPicture
TiStripChart See Also
Used for accessing the image of the strip chart.
property SnapShotPicture : TPicture;
Description
Use SnapShotPicture to access the image of the strip chart. The image is
stored in the Picture object as a metafile.
Example
Delphi
PaintBox1.Canvas.Draw(0, 0, iComponent.SnapShotPicture.Graphic);
C++ Builder
PaintBox1->Canvas->Draw(0, 0, iComponent->SnapShotPicture->Graphic);
Contents | Index | Previous | Next