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