ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi Namespace / GdiTextLayoutService Class / Layout Method

In This Topic
    Layout Method (GdiTextLayoutService)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Layout( _
       ByVal text As String, _
       ByVal font As Font, _
       ByVal width As Single, _
       ByVal descriptor As TextLayoutParams _
    ) As TextLayoutResult
    public TextLayoutResult Layout( 
       string text,
       Font font,
       float width,
       TextLayoutParams descriptor
    )

    Parameters

    text
    font
    width
    descriptor
    See Also