ATMLUtilitiesLibrary.Win32.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hWnd, [ rect ) : bool
hWnd System.IntPtr
rect [
return bool
        internal static extern bool GetWindowRect(IntPtr hWnd, [In, Out] ref Rectangle rect);