ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / GetParagraphSize Method
The cache.
The width.

In This Topic
    GetParagraphSize Method
    In This Topic
    Gets the size of the paragraph.
    Syntax
    'Declaration
     
    Public Function GetParagraphSize( _
       ByVal cache As GraphicsCache, _
       ByVal width As Single _
    ) As SizeF
    public SizeF GetParagraphSize( 
       GraphicsCache cache,
       float width
    )

    Parameters

    cache
    The cache.
    width
    The width.
    See Also