True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Style Class / Render Method / Render(Graphics,Rectangle,String) Method
Graphics object to render too.
Rectangle to render in.
String to render.

In This Topic
    Render(Graphics,Rectangle,String) Method
    In This Topic
    Renders the given string using the style properties.
    Syntax
    'Declaration
     
    Public Overloads Sub Render( _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle, _
       ByVal s As System.String _
    ) 
    public void Render( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r,
       System.string s
    )

    Parameters

    g
    Graphics object to render too.
    r
    Rectangle to render in.
    s
    String to render.
    See Also