ATMLUtilitiesLibrary.Win32.GetWindowRect C# (CSharp) Метод

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

private GetWindowRect ( IntPtr hWnd, [ rect ) : bool
hWnd System.IntPtr
rect [
Результат bool
        internal static extern bool GetWindowRect(IntPtr hWnd, [In, Out] ref Rectangle rect);