ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / MoveToEx(IntPtr,Int32,Int32,POINT) Method

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

    Parameters

    hdc
    x
    y
    lpPoint
    See Also