ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.BarCodes.Drawing Namespace / PageDrawingDevice Class / DrawString Method

In This Topic
    DrawString Method (PageDrawingDevice)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawString( _
       ByVal text As String, _
       ByVal bounds As RectangleF _
    ) 
    public void DrawString( 
       string text,
       RectangleF bounds
    )

    Parameters

    text
    bounds
    See Also