BUG: Line/Circle Methods Don't Print as Transparent on Win95Last reviewed: November 12, 1997Article ID: Q176634 |
The information in this article applies to:
SYMPTOMSWhen you use the Circle method to print circles or the Line method to print rectangles, the circles do not print as transparent so that overlapped portions of the shapes appear. The problem occurs even when the FillStyle property of the Printer object is set to Transparent (1).
CAUSEThis problem occurs when using the Line or Circle methods on Windows 95.
RESOLUTIONTo work around this problem, toggle the FillStyle property of the Printer object prior to using the Line or Circle method to print as transparent graphical objects:
Printer.FillStyle = 2 Printer.Print "" Printer.FillStyle = 1 STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: solid fill clear
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |