Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextBoxWrapper Class / Render Method
Graphics device interface for painting the contents
Rectangle from which to render


In This Topic
    Render Method (RichTextBoxWrapper)
    In This Topic
    Performs painting of contents to graphics with the specified size.
    Syntax
    'Declaration
     
    
    Public Sub Render( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As RichTextBoxWrapper
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.Render(g, r)
    public void Render( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device interface for painting the contents
    r
    Rectangle from which to render
    See Also