TCustomTeePanel.SaveToMetafileRect
TCustomTeePanel
procedure SaveToMetafileRect(Const Enhanced: Boolean; Const FileName: String; Const Rect: TRect);
Unit
TeeProcs
Description
Stores the Chart display into a metafile file. The Enhanced parameter defines if a extended or normal metafile is used.
( Enhanced metafiles have the EMF file extension. Normal metafiles have the WMF file extension. )
The metafile is created and the chart is drawn using the Rect coordinates.
See also:
TCustomTeePanel.TeeCreateMetafile method.