ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / Line Method

In This Topic
    Line Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub Line( _
       ByVal hdc As System.IntPtr, _
       ByVal p1 As System.Drawing.Point, _
       ByVal p2 As System.Drawing.Point _
    ) 
    public static void Line( 
       System.IntPtr hdc,
       System.Drawing.Point p1,
       System.Drawing.Point p2
    )

    Parameters

    hdc
    p1
    p2
    See Also