Пример #1
0
        //
        // Static methods
        //
        #region Static methods

        // Get window rectangle
        public static bool GetWindowRectangle(IntPtr cHWnd,
                                              ref WinRect rRect)
        {
            return(GetWindowRect(cHWnd, ref rRect) != WinBool.FALSE);
        }
Пример #2
0
 private static extern int GetWindowRect(IntPtr cHWnd, ref WinRect rRect);