MS.Win32.SafeNativeMethods.GetWindowRect C# (CSharp) Метод

GetWindowRect() приватный Метод

private GetWindowRect ( IntPtr hwnd, NativeMethods &rect ) : bool
hwnd System.IntPtr
rect NativeMethods
Результат bool
        internal static extern bool GetWindowRect(IntPtr hwnd, ref NativeMethods.RECT rect);
        

Same methods

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