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? _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
