Paints TextControl text on given rectangle with given brush.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected abstract void PaintText( Graphics g, Brush textBrush, VectorRectangle textRect ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Sub PaintText ( _ g As Graphics, _ textBrush As Brush, _ textRect As VectorRectangle _ ) |
| Visual C++ |
|---|
protected: virtual void PaintText( Graphics^ g, Brush^ textBrush, VectorRectangle textRect ) abstract |
Parameters
- g
- Type: System.Drawing..::.Graphics
- textBrush
- Type: System.Drawing..::.Brush
- textRect
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle