JGR MSTS Editors and Tools
GetWindowRect Method (hWnd, rect)
NamespacesJgr.GuiNativeMethodsGetWindowRect(IntPtr, RECT%)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Gui.NativeMethods.GetWindowRect(System.IntPtr,Jgr.Gui.RECT@)"]

Declaration Syntax
C#Visual BasicVisual C++
public static bool GetWindowRect(
	IntPtr hWnd,
	ref RECT rect
)
Public Shared Function GetWindowRect ( _
	hWnd As IntPtr, _
	ByRef rect As RECT _
) As Boolean
public:
static bool GetWindowRect(
	IntPtr hWnd, 
	RECT% rect
)
Parameters
hWnd (IntPtr)

[Missing <param name="hWnd"/> documentation for "M:Jgr.Gui.NativeMethods.GetWindowRect(System.IntPtr,Jgr.Gui.RECT@)"]

rect (RECT%)

[Missing <param name="rect"/> documentation for "M:Jgr.Gui.NativeMethods.GetWindowRect(System.IntPtr,Jgr.Gui.RECT@)"]

Return Value

[Missing <returns> documentation for "M:Jgr.Gui.NativeMethods.GetWindowRect(System.IntPtr,Jgr.Gui.RECT@)"]

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682