TCustomTeePanel.GetRectangle

TCustomTeePanel.GetRectangle
TCustomTeePanel

function GetRectangle: TRect; virtual;

Unit
TeeProcs

Description
The GetRectangle function returns the TChart panel bounding rectangle coordinates. It is virtual as itused by TQRChart component to calculate the exact coordinates when previewing and printing Charts in QuickReport printable components. You should use GetRectangle when custom drawing on QuickReport Printer canvas. TChart and TDBChart simply return GetClientRect rectangle coordinates.