BUG: Pie() and Arc() Functions Fail with a Wide Pen (111337)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.0
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q111337 SYMPTOMS
When creating a wide (multiple pixel) pen and drawing a reasonably large
object, the drawing function returns 0 (zero) or does not draw anything.
Choosing a thin (single pixel) pen or choosing a pen smaller than X pixels
corrects the problem.
CAUSE
GDI builds a polygon that basically puts a circle on every point along the
pen's path and calls Polygon() to fill it. If the point data or the working
storage of Polygon() exceeds 64K, the call is failed.
STATUS
Microsoft has confirmed this to be a bug in Windows version 3.0 and
3.1. We are researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 10/29/2003 |
---|
Keywords: | KB111337 |
---|
|