I want to draw irregular shapes on my win forms. To be precise irregular shape may be a teeth.
When change certain settings I need to color a particular part of the irregular shapes.
Can any one help me.
I am using C# 2.0 for the same.
Any help will be highly appreciated
Mahesh ChandPosted Dec 5, 2006, 12:52 PM
After that you will need to create a Region object from the GraphicsPath and set this Region object to the Region property of the Form. Your Form will look like the GraphicsPath.
See GraphicsPath and samples in GDI+ & Graphics section of this site.