InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetGlyphIndices Method / GetGlyphIndices(IntPtr,String,Int32,IntPtr,UInt32) Method

In This Topic
    GetGlyphIndices(IntPtr,String,Int32,IntPtr,UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetGlyphIndices( _
       ByVal hdc As IntPtr, _
       ByVal lpsz As String, _
       ByVal c As Integer, _
       ByVal pgi As IntPtr, _
       ByVal fl As UInteger _
    ) As UInteger
    public static uint GetGlyphIndices( 
       IntPtr hdc,
       string lpsz,
       int c,
       IntPtr pgi,
       uint fl
    )

    Parameters

    hdc
    lpsz
    c
    pgi
    fl
    See Also