protected void PaintText( System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, System.string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.bool alignToRight )
'Declaration
Protected Overloads Sub PaintText( _ ByVal g As System.Drawing.Graphics, _ ByVal textBounds As System.Drawing.Rectangle, _ ByVal text As System.String, _ ByVal backBrush As System.Drawing.Brush, _ ByVal foreBrush As System.Drawing.Brush, _ ByVal alignToRight As System.Boolean _ )
'Usage
Dim instance As NDataGridTextControlColumnStyleBase Dim g As System.Drawing.Graphics Dim textBounds As System.Drawing.Rectangle Dim text As System.String Dim backBrush As System.Drawing.Brush Dim foreBrush As System.Drawing.Brush Dim alignToRight As System.Boolean instance.PaintText(g, textBounds, text, backBrush, foreBrush, alignToRight)
Parameters
- g
- textBounds
- text
- backBrush
- foreBrush
- alignToRight