Paints the background of the box using the current background fill.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected void PaintBackground(
	PaintArguments args
)
Visual Basic (Declaration)
Protected Sub PaintBackground ( _
	args As PaintArguments _
)
Visual C++
protected:
void PaintBackground(
	PaintArguments^ args
)

See Also