TCustomTeePanel.DrawToMetaCanvas

TCustomTeePanel.DrawToMetaCanvas
TCustomTeePanel

procedure DrawToMetaCanvas(Const ACanvas: TCanvas; Const Rect: TRect);

Unit
TeeProcs

Description

The DrawToMetaCanvas method is called when printing a Chart or creating a metafile.

This method turns off the internal bitmap buffer and draws the Chart to the specified Canvas using Rect parameter as the resulting size and position coordinates.

The internal bitmap buffer is restored after drawing the chart.

It is assumed that the Canvas parameter is in "Anisotropic" mode.

See also:

BufferedDisplay property.
TTeeCanvas.Metafiling property.