+Applies to Windows 10 or later version which support the dwmapi. +
++For example: +
++If GetWindowRect returns Rect(0, 0, 1280, 1024) on Windows 10, the visible +bounds rect is much smaller, with the difference appearing as if it is not +part of the window (transparent shadow). The "actual" frame is drawn at +Rect(7, 0, 1273, 1017). In this case, this function returns Rect(7, 0, 7, 7). +
+