UtilUIAutomationSetWindowPos(IntPtr, Int32, Int32) Method

Sets the position of a window.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool SetWindowPos(
	IntPtr hWnd,
	int x,
	int y
)

Parameters

hWnd  IntPtr
The window handle.
x  Int32
The new X coordinate.
y  Int32
The new Y coordinate.

Return Value

Boolean
If the function succeeds, the return value is .

If the function fails, the return value is .

See Also