ARKBreedingStats.Win32Stuff.GetClientRect C# (CSharp) Méthode

GetClientRect() private méthode

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