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

In This Topic
    DrawReversibleLine Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub DrawReversibleLine( _
       ByVal c As System.Windows.Forms.Control, _
       ByVal p1 As System.Drawing.Point, _
       ByVal p2 As System.Drawing.Point _
    ) 
    public static void DrawReversibleLine( 
       System.Windows.Forms.Control c,
       System.Drawing.Point p1,
       System.Drawing.Point p2
    )

    Parameters

    c
    p1
    p2
    See Also