Have you visited the GDI+ FAQ?
Extensive googling should at least turn that up.
Try also going to the beginners guide to GDI+ which contains loads of
info for beginners.
Use FillPath and DrawPath with the appropriate brush and pen to do theae
operations.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi all
>
[quoted text clipped - 14 lines]
>
> Charles
Charles Law - 30 Jun 2007 09:15 GMT
Beginner? Moi? ;-)
Hi Bob
> Use FillPath and DrawPath with the appropriate brush and pen to do theae
> operations.
This works fine on its own.
The problem occurs when I use my GraphicsPath to create a region and assign
it to the region of the user control. I get a filled region, as desired, but
DrawPath does not put a border around it.
Charles
> Have you visited the GDI+ FAQ?
>
[quoted text clipped - 24 lines]
>>
>> Charles