<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>[1/2] gdiplus: Use gdi texture brushes to draw hatch brushes.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Gdi32 hatch brushes do not support background colors, but gdiplus hatch brushes do. For background colors to draw properly, we need to use a gdi32 texture brush.<BR>
<BR>
The alpha channel is ignored even by gdiplus hatch brushes. A gdi32 texture should really be sufficient here.<BR>
<BR>
We'll also need this to add patterns not supported by gdi32.</FONT>
</P>

</BODY>
</HTML>