ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetLocaleNameLength Method / GetLocaleNameLength(Int32,Int32,TextRange) Method

In This Topic
    GetLocaleNameLength(Int32,Int32,TextRange) Method
    In This Topic
    HRESULT IDWriteTextLayout::GetLocaleNameLength([In] unsigned int currentPosition,[Out] unsigned int* nameLength,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
    Syntax
    'Declaration
     
    Public Overloads Sub GetLocaleNameLength( _
       ByVal currentPosition As Integer, _
       ByRef nameLength As Integer, _
       ByRef textRange As TextRange _
    ) 
    public void GetLocaleNameLength( 
       int currentPosition,
       out int nameLength,
       out TextRange textRange
    )

    Parameters

    currentPosition
    nameLength
    textRange
    See Also