ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / Render Method
Cache that contains the graphics object used to render.
rectangle that the text has to be rendered on the canvas or design surface.

In This Topic
    Render Method (RText)
    In This Topic
    Renders Lines and pieces that contains text only. This method is used to render Label, Textbox, CheckBox, RichtextBox at run time. Label, Textbox, CheckBox, at design time.
    Syntax
    'Declaration
     
    Public Sub Render( _
       ByVal cache As GraphicsCache, _
       ByVal outRect As RectangleF _
    ) 
    public void Render( 
       GraphicsCache cache,
       RectangleF outRect
    )

    Parameters

    cache
    Cache that contains the graphics object used to render.
    outRect
    rectangle that the text has to be rendered on the canvas or design surface.
    See Also