ATMLUtilitiesLibrary.Win32.GetWindowRect C# (CSharp) Méthode

GetWindowRect() private méthode

private GetWindowRect ( IntPtr hWnd, [ rect ) : bool
hWnd System.IntPtr
rect [
Résultat bool
        internal static extern bool GetWindowRect(IntPtr hWnd, [In, Out] ref Rectangle rect);