WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / MeasureString Method / MeasureString(String,_Size) Method
String to measure.
Layout size.
In This Topic
    MeasureString(String,_Size) Method
    In This Topic
    Measures size of string in layout area.
    Syntax
    _Size MeasureString( 
       string s,
       _Size sz
    )

    Parameters

    s
    String to measure.
    sz
    Layout size.

    Return Value

    Size.
    See Also