ComponentOne Bitmap for UWP
GetLocaleName(Int32,IntPtr,Int32,TextRange) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > GetLocaleName Method : GetLocaleName(Int32,IntPtr,Int32,TextRange) Method
HRESULT IDWriteTextLayout::GetLocaleName([In] unsigned int currentPosition,[Out, Buffer] wchar_t* localeName,[In] unsigned int nameSize,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
Syntax
'Declaration
 
Public Overloads Sub GetLocaleName( _
   ByVal currentPosition As System.Integer, _
   ByVal localeName As System.IntPtr, _
   ByVal nameSize As System.Integer, _
   ByRef textRange As TextRange _
) 
public void GetLocaleName( 
   System.int currentPosition,
   System.IntPtr localeName,
   System.int nameSize,
   out TextRange textRange
)

Parameters

currentPosition
localeName
nameSize
textRange
See Also

Reference

TextLayout Class
TextLayout Members
Overload List