BUG: PaintEvent.clipRect Does Not Return Clip Area Width/Height (220592)
The information in this article applies to:
This article was previously published under Q220592 SYMPTOMS
When you use the Windows Foundation Classes for Java PaintEvent class, the member variable called clipRect erroneously returns the lower-right corner of the clip area instead of the width and height of the clip area in its member variables "width" and "height".
RESOLUTION
Make sure that any code that uses clipRect also uses the member variables named "width" and "height" as if they were named "right" and "bottom", respectively.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
| Modification Type: | Major | Last Reviewed: | 10/16/2002 |
|---|
| Keywords: | kbBug kbWFC KB220592 |
|---|
|