GetLocaleName(Int32,IntPtr,Int32,TextRange) Method
In This Topic
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 As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByRef As TextRange _
)
public void GetLocaleName(
System.int ,
System.IntPtr ,
System.int ,
out TextRange
)
Parameters
- currentPosition
- localeName
- nameSize
- textRange
See Also