Overload List
| Name | Description | |
|---|---|---|
|  | MouseMove(String) | 
            Wait for an image to appear anywhere on the screen and then move the mouse over it
             | 
|  | MouseMove(MouseButton, KeyModifier, String) | 
            Wait for an image to appear anywhere on the screen and then move the mouse over it
             | 
|  | MouseMove(Int32, Int32, Int32, Int32) | 
            Move the mouse cursor directly to a point on the screen.
             | 
|  | MouseMove(MouseButton, KeyModifier, Int32, Int32) | 
            Move the mouse cursor.
             | 
|  | MouseMove(Int32, Int32, Int32, Int32, Int32, Int32) | 
            Move the mouse cursor.
             | 
|  | MouseMove(MouseButton, KeyModifier, Int32, Int32, Int32, Int32) | 
            Move the mouse cursor.
             | 
|  | MouseMove(String, Int32, Int32, Int32, Int32, Int32, Int32) | 
            Wait for an image to appear in an area of the screen and then move the mouse over it
             | 
|  | MouseMove(MouseButton, KeyModifier, String, Int32, Int32, Int32, Int32, Int32, Int32) | 
            Wait for an image to appear in an area of the screen and then move the mouse over it
             | 
See Also