ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / DrawString Method

In This Topic
    DrawString Method (IDrawingCanvas)
    In This Topic
    Draws the specified text string at the specified location with the specified Brush and Font objects. using the specified layout rectangle and formatting attributes of the specified StringFormat object.
    Syntax
    'Declaration
     
    Sub DrawString( _
       ByVal value As String, _
       ByVal font As FontInfo, _
       ByVal brush As BrushEx, _
       ByVal layoutRectangle As RectangleF, _
       ByVal format As StringFormatEx _
    ) 
    void DrawString( 
       string value,
       FontInfo font,
       BrushEx brush,
       RectangleF layoutRectangle,
       StringFormatEx format
    )

    Parameters

    value
    font
    brush
    layoutRectangle
    format
    See Also