Click or drag to resize

JCWindowsManagerGetWindowRect Method


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.17.240622-f0da58d62b7e98f73f32432917df8eb1a5f062a3
Syntax
public static bool GetWindowRect(
	IntPtr hwnd,
	out int x,
	out int y,
	out int width,
	out int height
)

Parameters

hwnd  IntPtr
A handle to the window.
x  Int32
The position of the left side of the window, in client coordinates.
y  Int32
The position of the top of the window, in client coordinates.
width  Int32
The width of the window, in pixels.
height  Int32
The height of the window, in pixels.

Return Value

Boolean
If the function succeeds, the return value is . If the function fails, the return value is . To get extended error information, call GetLastError.
See Also