When you create the GraphicsPath you can specify the fill-mode. The default
is Alternate and will produce a shape with holes where two shapes overlap.
Create the path with a Winding fill mode to get a path that is a union of
all the shapes in it.

Signature
Bob Powell [MVP]
C#, System.Drawing
The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
Read my Blog at http://bobpowelldotnet.blogspot.com
> Hi!
>
[quoted text clipped - 10 lines]
> Thanks
> Crirus
Crirus - 29 Dec 2003 16:52 GMT
Found that..may I hope this is only a fill behaviour and a region from this
path is union of the shapes?
> When you create the GraphicsPath you can specify the fill-mode. The default
> is Alternate and will produce a shape with holes where two shapes overlap.
[quoted text clipped - 29 lines]
> > Thanks
> > Crirus