On 18.04.2013, at 10:46, Marnaud <[email protected]> wrote: > Le 18 avr. 2013 à 10:39, Massimo Valle a écrit: > >> I'm looking for a way to draw an open polygon. The Graphics.DrawPolygon >> method always close the polygon but I need to have it open. >> (I know I can draw lines, but this method produce an ugly effect when using >> semi-transparent lines: the connecting vertices transparency is summed) > > What about drawing your closed polygon (in a buffer picture if necessary) and > blank out the last segment?
I thought to this, but it's not easy to remove a segment leaving the ending segments good looking. My segments are 10px wide and ends with rounded caps. Thanks anyway, Massimo Valle SACO Software and Consulting GmbH, Mühlgasse 5, D-97840 Hafenlohr Tel.: ++49 9391 90890-0, Fax: ++49 9391 90890-99, E-Mail: [email protected] Amtsgericht Würzburg HRB 5410, Geschäftsführer: Peter Schubert, Dipl.-Wirt.ing.(FH) Thorsten Beck _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
