wManager.Wow.Helpers Namespace
WRobot

Utility..::..ResizeAndMoveWindow Method (IntPtr, Int32, Int32, Int32, Int32)

Resizes the and move window.

Namespace:  Relogger
Assembly:  Relogger (in Relogger.exe)

Syntax


public static void ResizeAndMoveWindow(
	IntPtr hWnd,
	int x,
	int y,
	int width,
	int height
)
Public Shared Sub ResizeAndMoveWindow ( _
	hWnd As IntPtr, _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
)
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.