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

In This Topic
    LineTo Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function LineTo( _
       ByVal hdc As System.IntPtr, _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.Boolean
    public static System.bool LineTo( 
       System.IntPtr hdc,
       System.int x,
       System.int y
    )

    Parameters

    hdc
    x
    y
    See Also