ARKBreedingStats.Win32Stuff.GetWindowRect C# (CSharp) Метод

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

private GetWindowRect ( IntPtr hWnd, Rect &lpRect ) : bool
hWnd IntPtr
lpRect Rect
Результат bool
        public static extern bool GetWindowRect(IntPtr hWnd, out Rect lpRect);

Same methods

Win32Stuff::GetWindowRect ( String processName ) : Rect