Paints control text.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: 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 |
Parameters
- g
- Type: System.Drawing..::.Graphics
- textBrush
- Type: System.Drawing..::.Brush
- textRect
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle