ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / IDrawingDevice Interface / DrawString Method
The text to draw.

In This Topic
    DrawString Method (IDrawingDevice)
    In This Topic
    Draws the specified text at the specified location using the specified device context, font, and color.
    Syntax
    'Declaration
     
    Sub DrawString( _
       ByVal text As String, _
       ByVal bounds As RectangleF _
    ) 
    void DrawString( 
       string text,
       RectangleF bounds
    )

    Parameters

    text
    The text to draw.
    bounds
    See Also