Initializes a new instance of the ProfessionalPainter class.

Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public ProfessionalPainter(
	Color backgroundColor,
	Color borderColor
)
Visual Basic (Declaration)
Public Sub New ( _
	backgroundColor As Color, _
	borderColor As Color _
)
Visual C++
public:
ProfessionalPainter(
	Color backgroundColor, 
	Color borderColor
)

Parameters

backgroundColor
Type: System.Drawing..::.Color
borderColor
Type: System.Drawing..::.Color

See Also