Help!! How can I smooth a region?

Garry Arctic

New member
Joined
Jul 26, 2007
Messages
1
Programming Experience
1-3
I create a graphics path and draw a polygon using a number of points. The polygon represents an irregular shape. I then create a region and add the path to it.

When I draw, the image has jagged edges, i.e. not smooth. However using anti alias smoothing mode has no effect since the region is bounded by the points I have entered.

My question is, how can you define an irregular polygon and THEN smooth it? It doesn't seem that it is possible because by creating a region, you cannot then go back and smooth the region.

Any ideas appreciated.
 
Back
Top