mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Add RoundRect test (patch by Royce3)
svn path=/trunk/; revision=6027
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user