ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / LocalizedStrings Class / GetStringLength Method

In This Topic
    GetStringLength Method
    In This Topic
    HRESULT IDWriteLocalizedStrings::GetStringLength([In] unsigned int index,[Out] unsigned int* length)
    Syntax
    'Declaration
     
    Public Function GetStringLength( _
       ByVal index As Integer _
    ) As Integer
    public int GetStringLength( 
       int index
    )

    Parameters

    index
    See Also