ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetGlyphOutline Method

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

    Parameters

    hdc
    uChar
    uFormat
    lpgm
    cbBuffer
    lpvBuffer
    lpmat2
    See Also