Hi, I use in my program GDI+, i.e. graphics::FillPolygon to draw an nonrectangular polygon with particular transparency. Tis works fine on screen and also to printers. But now I need to export the results of my program to HPGL. So far so good, I installed a HP driver, with interface to “file”. The result is OK, but the filling isn’t OK at all. I see an rectangle over the min-max box of my polygon, filled with a solid color. Is there anywhere a driver available, which can do that job? If I check the driver’s option “use memory in computer” the result looks a little bit better, but all I get now is a big bitmap.
modified on Tuesday, January 5, 2010 9:51 AM