BUG: Incorrect Painting Using Pattern Brushes on DIBSections
Article ID: 149956
Article Last Modified on 3/10/1999
APPLIES TO
- Microsoft Win32 Software Development Kit (SDK) 4.0
This article was previously published under Q149956
SYMPTOMS
When using a pattern brush from CreatePatternBrush() on a DIBSection,
where the DIBSection is of a different bit-depth than the screen,
the result of the painting is incorrect.
RESOLUTION
A pattern brush, created with a call to CreatePatternBrush(), can only be
used on device dependent bitmaps (DDBs) or DIBSections of the same
bit-depth as the screen. A DIBPatternBrush should be used on a DIBSection
having a different bit-depth than the screen. This DIBPatternBrush is
created with a call to CreateDIBPatternBrushPt().
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products
listed at the beginning of this article. We are researching this problem
and will post new information here in the Microsoft Knowledge Base
as it becomes available.
Additional query words: 4.00 DIB brush pattern
Keywords: KB149956