Paints a border around the box.

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

Syntax

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

See Also