That's what I did at first but since I have to draw transparent lines, every time I start a new line from the end of the old one, the transparency is added and I get polygons with darker spots at vertices. Drawing a full polygon in one pass will not create this ugly effect.
Massimo Valle On 18.04.2013, at 11:57, Christian Schmitz <[email protected]> wrote: > How about Drawing it yourself? > > DrawPoly just draws lines. > > Greetings > Christian > > -- > Traveling through the world. > > Am 18.04.2013 um 11:38 schrieb Massimo Valle <[email protected]>: > >> >> On 18.04.2013, at 10:54, Christian Schmitz <[email protected]> >> wrote: >> >>> >>> Am 18.04.2013 um 10:39 schrieb Massimo Valle <[email protected]>: >>> >>>> >>>> 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) >>>> >>>> Is there something on MBS plugins to do this? >>> >>> >>> Sorry, I don't think so. >> >> It should be possible on Mac, using CoreGraphics, but how to do it on >> Windows? I need a cross platform solution. >> >> 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 > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info 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
