Add RoundRect test (patch by Royce3)

svn path=/trunk/; revision=6027
This commit is contained in:
Gé van Geldorp
2003-09-09 15:50:46 +00:00
parent 213461d136
commit 860af295a0
+2
View File
@@ -108,6 +108,8 @@ void PolygonTest ( HDC hdc )
Mode = GetPolyFillMode(hdc);
RoundRect ( hdc, 32, 8, 48, 24, 8, 8 );
SetPolyFillMode(hdc, ALTERNATE);
Polygon(hdc,PointsAlternate,nelem(PointsAlternate));