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);