INF: WinSDK: GetClientRect() Coordinates Are Not Inclusive

ID Number: Q43596

2.10 3.00

WINDOWS

Summary:

The coordinates returned by GetClientRect() are not inclusive. For

example, to draw a border around the edge of the client area, draw it

from the coordinates (Rectangle.left, Rectangle.top) to

(Rectangle.right-1, Rectangle.bottom-1).