TiPlotComponent.GetSnapShotPicture

TiPlotComponent See Also

Used for accessing the image of the plot.

property GetSnapShotPicture : TPicture;

Description

Use GetSnapShotPicture to access the image of the plot. The image is stored in the TPicture object as a metafile.

Example

Delphi

PaintBox1.Canvas.Draw(0, 0, iComponent.GetSnapShotPicture.Graphic);

C++ Builder

PaintBox1->Canvas->Draw(0, 0, iComponent->GetSnapShotPicture->Graphic);

Contents | Index | Previous | Next