Skip to main content

TdxBackground.Paint(TCanvas,TRect) Method

Paints the report background.

Declaration

procedure Paint(ACanvas: TCanvas; const R: TRect); virtual;

Parameters

Name Type
ACanvas TCanvas
R TRect

Remarks

The Paint method paints the report background.

The ACanvas parameter specifies the drawing surface.

The Rect parameter specifies the rectangle where to draw the background.

See Also