SidebarLibrary.Win32.WindowsAPI.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hWnd, RECT &rect ) : bool
hWnd System.IntPtr
rect RECT
return bool
		public static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]