Reported on behalf of Bill Eme (beme@llnl.gov):
While looking at the code for FXDCWindow I saw the following polygon draw functions were not yet implemented for NT:
fillConcavePolygon
fillComplexPolygon
fillPolygonRel
fillConcavePolygonRel
fillComplexPolygonRel
The only one I really care about is fillConcavePolygon(). The polygons that are drawn by our application may not be convex, so we must use this routine. In my version I just had it call fillPolygon() to draw most of the polygons in a test problem. My guess for reallyconcave polygons this would not work.
Logged In: YES
user_id=18689
All functions are now implemented.
There are a few differences between WIN9x and W2K and WNT:-
not all line dash styles are available under WIN9x.