ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRender Interface / drawMultiLineString Method

In This Topic
    drawMultiLineString Method (IRender)
    In This Topic
    Syntax
    'Declaration
     
    Sub drawMultiLineString( _
       ByVal s As String, _
       ByVal rectangle As IRectangle, _
       ByVal overflow As TextOverflow, _
       ByVal horizontalAlignment As HAlign, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix, _
       Optional ByVal separators As List(Of String) _
    ) 
    void drawMultiLineString( 
       string s,
       IRectangle rectangle,
       TextOverflow overflow,
       HAlign horizontalAlignment,
       IRegion clipping,
       IMatrix transform,
       List<string> separators
    )

    Parameters

    s
    rectangle
    overflow
    horizontalAlignment
    clipping
    transform
    separators
    See Also