InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / RawFontSubSet Class / GetMetrics Method / GetMetrics(Char,Char) Method
The high code (Unicode) of surrogate character.
The high code (Unicode) of surrogate character.

In This Topic
    GetMetrics(Char,Char) Method
    In This Topic
    Gets the metrics for a character (code, glyph index, width).
    Syntax
    'Declaration
     
    Public Overloads Function GetMetrics( _
       ByVal highSurrogate As Char, _
       ByVal lowSurrogate As Char _
    ) As GlyphMetrics
    public GlyphMetrics GetMetrics( 
       char highSurrogate,
       char lowSurrogate
    )

    Parameters

    highSurrogate
    The high code (Unicode) of surrogate character.
    lowSurrogate
    The high code (Unicode) of surrogate character.

    Return Value

    The metrics for a character (code, glyph index, width).
    See Also