BUG: Brush Misaligned in PaintRgn() (111589)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1

This article was previously published under Q111589
3.10 WINDOWS kbprg kbbuglist

SYMPTOMS

In a mapping mode other than MM_TEXT with the background mode set to TRANSPARENT, when calling PaintRgn() to paint a nonrectangular region with a hatched brush, the brush is misaligned.

STATUS

Microsoft has confirmed this to be a bug in Windows version 3.1.

MORE INFORMATION

To work around this problem, call SetMapMode() to switch to the mapping mode MM_TEXT before calling PaintRgn().

Modification Type:MajorLast Reviewed:6/18/1999
Keywords:kbbug KB111589