Click or drag to resize

JCWindowsManagerGetWindowRect Method


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.13.240514-86ea0fe57add44a0d4dc719a1a99f3379a320f2e
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