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

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

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