Position Curseur in window.
Namespace:
robotManager.Helpful
Assembly:
robotManager (in robotManager.dll)
public static void CurseurWindowPosition(
IntPtr mainWindowHandle,
int posX,
int posY
)
Public Shared Sub CurseurWindowPosition ( _
mainWindowHandle As IntPtr, _
posX As Integer, _
posY As Integer _
)
public:
static void CurseurWindowPosition(
IntPtr^ mainWindowHandle,
int^ posX,
int^ posY
)
Parameters
- mainWindowHandle
- Type: IntPtr
The main window handle.
- posX
- Type: Int32
The position x.
- posY
- Type: Int32
The position y.