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

In This Topic
    Render(Graphics,Rectangle,String,DrawCellFlags) 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, _
       ByVal flags As DrawCellFlags _
    ) 
    public void Render( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r,
       System.string s,
       DrawCellFlags flags
    )

    Parameters

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