Article ID: 230057 - Last Review: February 12, 2007 - Revision: 1.5 How To Implement Filled Geometric Lines In Windows 95 & 98This article was previously published under Q230057 SUMMARY
In Windows 95 and 98 using ExtCreatePen, you cannot create a (wide)
geometric pen that is filled by a brush pattern. As a result, Windows 95 and 98 geometric pens (the PS_GEOMETRIC style) are limited to the BS_SOLID brush style specified in the LOGBRUSH structure passed to ExtCreatePen.
MORE INFORMATION
However, to achieve a similar effect you can use paths such as the following code demonstrates.
| Article Translations
|
Back to the top
