ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSource Interface / GetLocaleName Method

In This Topic
    GetLocaleName Method (TextAnalysisQuickSource)
    In This Topic
    Gets the locale name on the range affected by the text analysis.
    Syntax
    'Declaration
     
    Function GetLocaleName( _
       ByVal textPosition As Integer, _
       ByRef textLength As Integer, _
       ByRef localeName As IntPtr _
    ) As Integer
    int GetLocaleName( 
       int textPosition,
       out int textLength,
       out IntPtr localeName
    )

    Parameters

    textPosition
    textLength
    localeName
    See Also