ARKBreedingStats.Win32Stuff.GetClientRect C# (CSharp) Method

GetClientRect() private method

private GetClientRect ( IntPtr hWnd, Rect &lpRect ) : bool
hWnd IntPtr
lpRect Rect
return bool
        public static extern bool GetClientRect(IntPtr hWnd, out Rect lpRect);