InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal p1 As Point, _
       ByVal p2 As Point _
    ) 
    public static void Line( 
       IntPtr hdc,
       Point p1,
       Point p2
    )

    Parameters

    hdc
    p1
    p2
    See Also