View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000072 | NetDCU9 | Display | public | 2009-07-29 10:42 | 2009-08-26 12:06 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.15 | ||||
Target Version | V1.17 | Fixed in Version | V1.14 | ||
Summary | 0000072: Error while drawing lines/surfaces whith special coordinates. | ||||
Description | E.g. draw polygone with one right angle works: const int N=3; POINT p[N]={{30,30},{300,30},{30,300}}; Polygon(hdc,p,N); Draw polygone without right angle does not work: POINT q[N]={{30+300,30},{300+300,30},{30+324,300}}; Polygon(hdc,q,N); | ||||
Forum Link | |||||
Found Driver Version | |||||
Fixed Driver Version | |||||