Resizes the and move window.
Namespace:
Relogger
Assembly:
Relogger (in Relogger.exe)
public static void ResizeAndMoveWindow(
IntPtr hWnd,
int x,
int y,
int width,
int height
)
public:
static void ResizeAndMoveWindow(
IntPtr^ hWnd,
int^ x,
int^ y,
int^ width,
int^ height
)
Parameters
- hWnd
- Type: IntPtr
A handle to the window.
- x
- Type: Int32
x.
- y
- Type: Int32
y.
- width
- Type: Int32
The width.
- height
- Type: Int32
The height.