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