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

In This Topic
    DrawEdge Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DrawEdge( _
       ByVal hdc As System.IntPtr, _
       ByRef qrc As Win32.RECT, _
       ByVal edge As System.UInteger, _
       ByVal qrfFlags As System.UInteger _
    ) As System.Integer
    public static System.int DrawEdge( 
       System.IntPtr hdc,
       ref Win32.RECT qrc,
       System.uint edge,
       System.uint qrfFlags
    )

    Parameters

    hdc
    qrc
    edge
    qrfFlags
    See Also