BitrixAQA.Selenium.General.ScreenCapture.User32.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hWnd, RECT &rect ) : IntPtr
hWnd System.IntPtr
rect RECT
return System.IntPtr
            public static extern IntPtr GetWindowRect(IntPtr hWnd, ref RECT rect);