Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridDateTimeColumnStyle Class / PaintText Method / PaintText(Graphics,Rectangle,String,Boolean) Method


In This Topic
    PaintText(Graphics,Rectangle,String,Boolean) Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also