WindowHelper.WinAPI.GetWindowRect C# (CSharp) Метод

GetWindowRect() приватный Метод

private GetWindowRect ( IntPtr hWnd, RECT &rect ) : bool
hWnd System.IntPtr
rect RECT
Результат bool
        internal static extern bool GetWindowRect(IntPtr hWnd, out RECT rect);