Input for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / GetGlyphOutline Method

In This Topic
    GetGlyphOutline Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetGlyphOutline( _
       ByVal hdc As IntPtr, _
       ByVal uChar As Char, _
       ByVal uFormat As UInteger, _
       ByRef lpgm As Win32.GLYPHMETRICS, _
       ByVal cbBuffer As Integer, _
       ByVal lpvBuffer As IntPtr, _
       ByVal lpmat2 As IntPtr _
    ) As Integer

    Parameters

    hdc
    uChar
    uFormat
    lpgm
    cbBuffer
    lpvBuffer
    lpmat2
    See Also