ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win Namespace / IRichTextRenderer Interface / Render Method

In This Topic
    Render Method (IRichTextRenderer)
    In This Topic
    Syntax
    'Declaration
     
    Sub Render( _
       ByVal g As Graphics, _
       ByVal Location As PointF, _
       ByVal width As Single, _
       ByVal startPosY As Single, _
       ByVal endPosY As Single _
    ) 
    void Render( 
       Graphics g,
       PointF Location,
       float width,
       float startPosY,
       float endPosY
    )

    Parameters

    g
    Location
    width
    startPosY
    endPosY
    See Also