InputPanel for WinForms | ComponentOne
C1.Win.5 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 IntPtr, _
       ByRef qrc As Win32.RECT, _
       ByVal edge As UInteger, _
       ByVal qrfFlags As UInteger _
    ) As Integer
    public static int DrawEdge( 
       IntPtr hdc,
       ref Win32.RECT qrc,
       uint edge,
       uint qrfFlags
    )

    Parameters

    hdc
    qrc
    edge
    qrfFlags
    See Also