ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / SetLocaleName Method

In This Topic
    SetLocaleName Method
    In This Topic
    HRESULT IDWriteTextLayout::SetLocaleName([In] const wchar_t* localeName,[In] DWRITE_TEXT_RANGE textRange)
    Syntax
    'Declaration
     
    Public Sub SetLocaleName( _
       ByVal localeName As System.String, _
       ByVal textRange As TextRange _
    ) 
    public void SetLocaleName( 
       System.string localeName,
       TextRange textRange
    )

    Parameters

    localeName
    textRange
    See Also