ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByRef textLength As System.Integer, _
       ByRef localeName As System.IntPtr _
    ) As System.Integer
    System.int GetLocaleName( 
       System.int textPosition,
       out System.int textLength,
       out System.IntPtr localeName
    )

    Parameters

    textPosition
    textLength
    localeName
    See Also