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

Syntax

C#
protected override void PaintText(
	Graphics g,
	Brush textBrush,
	VectorRectangle textRect
)
Visual Basic (Declaration)
Protected Overrides Sub PaintText ( _
	g As Graphics, _
	textBrush As Brush, _
	textRect As VectorRectangle _
)
Visual C++
protected:
virtual void PaintText(
	Graphics^ g, 
	Brush^ textBrush, 
	VectorRectangle textRect
) override

See Also