TCustomTeePanel.CalcMetaBounds
TCustomTeePanel
procedure CalcMetaBounds(Var R: TRect; Const AChartRect: TRect; Out WinWidth, WinHeight, ViewWidth, ViewHeight: Integer);
Unit
TeeProcs
Description
When creating a Chart TCustomTeePanel.TeeCreateMetafile or when TCustomTeePanel.Printing a Chart, the CalcMetaBounds method is internally called to calculate new rectangle coordinates applying the
TCustomTeePanel.PrintResolution property.
The resulting rectangle coordinates are bigger or smaller than the actual Chart rectangle ( ChartRect ), depending on the TCustomTeePanel.PrintResolution value.
The TCustomTeePanel.PrintResolution property defines the level of "detail" or pixel's size.
See also:
TCustomTeePanel.PrintResolution property.
TCustomTeePanel.TeeCreateMetafile method.