TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / MoveTo Method

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

    Parameters

    hdc
    x
    y
    See Also