ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer _
    ) As System.Integer
    public System.int GetStringLength( 
       System.int index
    )

    Parameters

    index
    See Also