MS.Win32.SafeNativeMethods.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hwnd, NativeMethods &rect ) : bool
hwnd System.IntPtr
rect NativeMethods
return bool
        internal static extern bool GetWindowRect(IntPtr hwnd, ref NativeMethods.RECT rect);
        

Same methods

SafeNativeMethods::GetWindowRect ( NativeMethods hwnd, NativeMethods &rc ) : bool