ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / RenderWithGraphics Method
rectangle that the text has to be rendered on the canvas or design surface.

In This Topic
    RenderWithGraphics Method
    In This Topic
    Renders text
    Syntax
    'Declaration
     
    Public Sub RenderWithGraphics( _
       ByVal g As Graphics, _
       ByVal rect As RectangleF _
    ) 
    public void RenderWithGraphics( 
       Graphics g,
       RectangleF rect
    )

    Parameters

    g
    rect
    rectangle that the text has to be rendered on the canvas or design surface.
    See Also