BeginPaint() Invalid Rectangle in Client CoordinatesLast reviewed: November 2, 1995Article ID: Q19963 |
The information in this article applies to:
The BeginPaint() function returns a pointer to a PAINTSTRUCT data structure through its second parameter. The rcPaint field of this structure specifies the update rectangle in client-area coordinates (relative to the upper-left corner of the window client area). This update rectangle also serves as the clipping area for painting in the window, unless the invalid area of the window is expanded using the InvalidateRect() function.
|
Additional reference words: 3.00 3.10 3.5 3.51 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |