TreeView for WinForms | ComponentOne
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 IntPtr, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByRef lpPoint As Win32.POINT _
    ) As Boolean
    public static bool MoveToEx( 
       IntPtr hdc,
       int x,
       int y,
       ref Win32.POINT lpPoint
    )

    Parameters

    hdc
    x
    y
    lpPoint
    See Also