ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawText Method / DrawText(String,RectangleF) Method
The string text.
The text.

In This Topic
    DrawText(String,RectangleF) Method
    In This Topic
    Draws the text.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawText( _
       ByVal strText As String, _
       ByVal text As RectangleF _
    ) 
    public void DrawText( 
       string strText,
       RectangleF text
    )

    Parameters

    strText
    The string text.
    text
    The text.
    See Also