ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLTextLayout Class / Measure Method

In This Topic
    Measure Method
    In This Topic
    Measure this text layout using the IRendering interface.
    Syntax
    'Declaration
     
    Public Function Measure( _
       ByVal rendering As IRendering _
    ) As System.Drawing.SizeF
    public System.Drawing.SizeF Measure( 
       IRendering rendering
    )

    Parameters

    rendering

    Return Value

    The calculated System.Drawing.SizeF object.
    See Also